From dc0f9628b262b47f37ca7cdf15657f576ab71a45 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 11 Jun 2025 20:21:29 +1200 Subject: Add windows cross-compile build support, this was a piece of SHIT to do! --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9381731..0937928 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,5 @@ +#define SDL_MAIN_HANDLED // Prevents SDL from shitting the Windows cross-compiler + #include #include #include "lua/lua.hpp" -- cgit v1.2.3