diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-23 15:58:29 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-23 15:58:29 -0500 |
| commit | 177c4daea57194d81fd017a1d078efb48d9383d9 (patch) | |
| tree | 2b4d82045ab73709ee9cef76090a1a16ce69d5e3 /renderer.h | |
| parent | 849c32f17cbac2d8a6533fbef33ea087aa5da630 (diff) | |
| download | volute-177c4daea57194d81fd017a1d078efb48d9383d9.zip | |
rewrite renderer
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 |