diff options
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,10 +6,10 @@ void r_init(void); void r_handle_input(mu_Context *ctx); void r_render(mu_Context *ctx); +void r_present(void); int r_get_text_width(const char *text, int len); int r_get_text_height(void); void r_get_window_size(int *w, int *h); -void r_present(void); #endif |