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