aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-28 22:40:42 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-28 22:40:42 -0400
commitcf72845354b6e0e765b3106ac8b2bc47c6b73712 (patch)
treebf2e67b535915b7efa2bb4223fbefdcc40b39238
parent069661afb642ff728bc406802194a327c4629942 (diff)
downloadvolute-cf72845354b6e0e765b3106ac8b2bc47c6b73712.zip
add newline to renderer.h
-rw-r--r--renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/renderer.h b/renderer.h
index 72d59dc..d552b48 100644
--- a/renderer.h
+++ b/renderer.h
@@ -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);