summaryrefslogtreecommitdiff
path: root/src/core.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-12-28 11:23:00 -0300
committerFrederico Linhares <fred@linhares.blue>2022-12-29 16:50:53 -0300
commitb0b61c117c6e2bc7693802f005a2888e7cc073c2 (patch)
treec05f8f0174ca81fc9b2b2e623a6f8067369d874f /src/core.hpp
parent75337ae1c59e8b2c3bc6fbcd7ccafc7a8205d6b2 (diff)
refa Use QOI image format for textures
Diffstat (limited to 'src/core.hpp')
-rw-r--r--src/core.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.hpp b/src/core.hpp
index 5d92cfa..660af27 100644
--- a/src/core.hpp
+++ b/src/core.hpp
@@ -37,7 +37,6 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_vulkan.h>
-#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include "command.hpp"