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