aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'renderer.h')
-rw-r--r--renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer.h b/renderer.h
index 9c0df1f..eaa85a9 100644
--- a/renderer.h
+++ b/renderer.h
@@ -5,6 +5,7 @@
void r_init(void);
void r_handle_input(mu_Context *ctx);
+void r_render(mu_Context *ctx);
void r_draw_rect(mu_Rect rect, mu_Color color);
void r_draw_text(const char *text, mu_Vec2 pos, mu_Color color);
void r_draw_icon(int id, mu_Rect rect, mu_Color color);