diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 22:40:42 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-28 22:40:42 -0400 |
| commit | cf72845354b6e0e765b3106ac8b2bc47c6b73712 (patch) | |
| tree | bf2e67b535915b7efa2bb4223fbefdcc40b39238 /renderer.h | |
| parent | 069661afb642ff728bc406802194a327c4629942 (diff) | |
| download | volute-cf72845354b6e0e765b3106ac8b2bc47c6b73712.zip | |
add newline to renderer.h
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,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);
\ No newline at end of file +void r_get_window_size(int *w, int *h); |