aboutsummaryrefslogtreecommitdiffstats
path: root/renderer.h
blob: d552b48fad0262eee46593d9117b9fc5a0d22d0a (plain) (blame)
1
2
3
4
int r_init(mu_Context *ctx, const char *title);
void r_input(mu_Context *ctx);
void r_render(mu_Context *ctx);
void r_get_window_size(int *w, int *h);