working monitor and output
This commit is contained in:
+3
-3
@@ -11,14 +11,14 @@ Window *window_init(char *title, unsigned char monitor_index, bool windowed,
|
||||
|
||||
void window_update_title(Window *window, char *title);
|
||||
|
||||
void window_use(Window *window);
|
||||
double window_get_time();
|
||||
|
||||
void window_use(Window *window, Context *context);
|
||||
|
||||
void window_refresh(Window *window);
|
||||
|
||||
void window_events();
|
||||
|
||||
void window_get_context(Window *window, Context *context, bool with_time);
|
||||
|
||||
void window_close(Window *window, bool hard);
|
||||
|
||||
bool window_should_close(Window *window);
|
||||
|
||||
Reference in New Issue
Block a user