summaryrefslogtreecommitdiff
path: root/src/sdl.c
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-11-29 16:25:19 +0000
committeruint <abhinav.prsai@gmail.com>2025-11-29 16:27:23 +0000
commit87d9f9a48463814acc752df72fdcd423f1937327 (patch)
treed5574adc87590ffd4f85c90bc748473e7a6bda52 /src/sdl.c
parent5d5f1c0ad39481cd11960c0f25c1d7c5318fef6d (diff)
rename to quartz because suckless took quark >:(
.
Diffstat (limited to 'src/sdl.c')
-rw-r--r--src/sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl.c b/src/sdl.c
index 03821a0..55feaea 100644
--- a/src/sdl.c
+++ b/src/sdl.c
@@ -2,7 +2,7 @@
#include <SDL2/SDL.h>
-#include "quark.h"
+#include "quartz.h"
#include "sdl.h"
SDL_Window* sdl_create_window(const char* title, int w, int h)