10 lines
214 B
C
10 lines
214 B
C
|
|
void init_implementation();
|
||
|
|
|
||
|
|
void init_window_size_implementation( int width, int height);
|
||
|
|
|
||
|
|
int create_window_implementation( const char *title);
|
||
|
|
|
||
|
|
void sleep_implementation();
|
||
|
|
|
||
|
|
void swap_buffers_implementation();
|