diff options
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,13 +1,4 @@ -#ifndef RENDERER_H -#define RENDERER_H - -#include "microui.h" - -void r_init(mu_Context *ctx); -void r_handle_input(mu_Context *ctx); +int r_init(mu_Context *ctx); +void r_input(mu_Context *ctx); void r_render(mu_Context *ctx); -void r_present(void); -void r_get_window_size(int *w, int *h); - -#endif - +void r_get_window_size(int *w, int *h);
\ No newline at end of file |