diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-11-29 16:25:19 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-11-29 16:27:23 +0000 |
| commit | 87d9f9a48463814acc752df72fdcd423f1937327 (patch) | |
| tree | d5574adc87590ffd4f85c90bc748473e7a6bda52 /src/sdl.c | |
| parent | 5d5f1c0ad39481cd11960c0f25c1d7c5318fef6d (diff) | |
rename to quartz because suckless took quark >:(
.
Diffstat (limited to 'src/sdl.c')
| -rw-r--r-- | src/sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
