Files
HoRnEyDvL f13336faa3 Initial Commit + Pause, Save / Load State Support
This Includes

Support for pause , save and load state added into sdl12main.c
2025-10-14 13:26:06 +11:00

11 lines
263 B
C

//-----------------------------------------------------------------------------
// Name: main()
// Desc: The application's entry point
//-----------------------------------------------------------------------------
int mainy();
void __cdecl main()
{
mainy();
}