mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
SDL baseline
This commit is contained in:
6
AerofoilSDL/GpMain_SDL_Win32.cpp
Normal file
6
AerofoilSDL/GpMain_SDL_Win32.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "SDL_main.h"
|
||||
|
||||
SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[])
|
||||
{
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user