Searched refs:SDL_main_func (Results 1 – 1 of 1) sorted by relevance
155 typedef int (*SDL_main_func)(int argc, char *argv[]); typedef233 extern DECLSPEC int SDLCALL SDL_WinRTRunApp(SDL_main_func mainFunction, void * reserved);249 extern DECLSPEC int SDLCALL SDL_UIKitRunApp(int argc, char *argv[], SDL_main_func mainFunction);265 extern DECLSPEC int SDLCALL SDL_GDKRunApp(SDL_main_func mainFunction, void *reserved);
Completed in 3 milliseconds