diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 23:09:09 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 23:09:09 -0400 |
| commit | 9b8a1454f11de3728b2e0dc87d5778bce9761459 (patch) | |
| tree | 22f35dd7e0ff8485562246b1b0978a6fbfb97bc9 /renderer.h | |
| parent | cf72845354b6e0e765b3106ac8b2bc47c6b73712 (diff) | |
| download | volute-9b8a1454f11de3728b2e0dc87d5778bce9761459.zip | |
render image
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,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); +int r_image(SDL_Surface *img, mu_Rect r); |