SDL 2.0
SDL_uikit_main.c
Go to the documentation of this file.
1/*
2 SDL_uiki_main.c, placed in the public domain by Sam Lantinga 3/18/2019
3*/
4#include "../../SDL_internal.h"
5
6/* Include the SDL main definition header */
7#include "SDL_main.h"
8
9#ifdef main
10#undef main
11#endif
12
13int
14main(int argc, char *argv[])
15{
16 return SDL_UIKitRunApp(argc, argv, SDL_main);
17}
18
19/* vi: set ts=4 sw=4 expandtab: */
#define SDL_UIKitRunApp
SDLMAIN_DECLSPEC int SDL_main(int argc, char *argv[])
int main(int argc, char *argv[])