Use <aurora/main.h> for SDL_main

This commit is contained in:
Luke Street
2026-03-30 22:14:42 -06:00
parent 356f8d3015
commit 0fec5da590
+2
View File
@@ -3,6 +3,8 @@
#include <Windows.h>
#endif
#include <aurora/main.h>
int game_main(int argc, char* argv[]);
void WindowsSetupConsole();