project for a (works on my devices) demo
This commit is contained in:
9
headers/glut_backend.h
Normal file
9
headers/glut_backend.h
Normal file
@@ -0,0 +1,9 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user