You've already forked Celeste-RXDK
mirror of
https://github.com/Team-Resurgent/Celeste-RXDK.git
synced 2026-04-30 10:39:57 -07:00
f13336faa3
This Includes Support for pause , save and load state added into sdl12main.c
11 lines
263 B
C
11 lines
263 B
C
//-----------------------------------------------------------------------------
|
|
// Name: main()
|
|
// Desc: The application's entry point
|
|
//-----------------------------------------------------------------------------
|
|
|
|
int mainy();
|
|
|
|
void __cdecl main()
|
|
{
|
|
mainy();
|
|
} |