mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-23 17:51:31 +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 ?
|
|
}
|