Use <aurora/main.h> for SDL_main

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