remove glfw+gl from forge.c
This commit is contained in:
@@ -7,4 +7,14 @@ Window *init_window(Parameters params,
|
||||
void (*error_callback)(int, const char *),
|
||||
void (*key_callback)(Window *, int, int, int, int));
|
||||
|
||||
void update_window(Window *window);
|
||||
|
||||
Context get_window_context(Window *window);
|
||||
|
||||
void close_window(Window *window, bool hard);
|
||||
|
||||
bool window_should_close(Window *window);
|
||||
|
||||
bool escape_key(int key, int action);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user