mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-12 23:16:03 +00:00
7 lines
123 B
C
7 lines
123 B
C
/* Include the SDL main definition header */
|
|
#include "SDL_main.h"
|
|
|
|
void XBoxStartup()
|
|
{
|
|
SDL_main(0, NULL); /// \todo ?
|
|
}
|