From aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 11 Jun 2025 21:06:51 +1200 Subject: Hopefully add SDL2_image, mixer, and ttf --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0937928..2bf6386 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,9 @@ #define SDL_MAIN_HANDLED // Prevents SDL from shitting the Windows cross-compiler #include +#include +#include +#include #include #include "lua/lua.hpp" -- cgit v1.2.3