blob: 85cefc0c16fd223e66cc5eb2772cd3492ede6571 (
plain) (
blame)
1
2
3
4
5
6
|
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);
int r_push_icon(const char *path);
void r_pop_icon(void);
|