I don't like this example very much, but it was an interesting experiment regardless.
5 lines
86 B
C++
5 lines
86 B
C++
#pragma once
|
|
|
|
void core_init();
|
|
void core_start_render(int frame_ix, int num_frames);
|