mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-11 11:52:15 +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 ?
|
||
|
}
|