diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 23:50:04 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 23:50:04 -0400 |
| commit | c183404eea7eb3351f1b6de93b9d0be83f1b41e7 (patch) | |
| tree | d16da32c252d22bf2a64ed8950535806e4b7f325 /renderer.h | |
| parent | 9257256b79efa18a8e329be1d9ee6a1d3c05bbc9 (diff) | |
| download | volute-c183404eea7eb3351f1b6de93b9d0be83f1b41e7.zip | |
free icons
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ int r_init(mu_Context *ctx, const char *title); +void r_free(void); void r_input(mu_Context *ctx); void r_render(mu_Context *ctx); void r_get_window_size(int *w, int *h); |