zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_dummy_main.c
Go to the documentation of this file.
1 
2 /* Include the SDL main definition header */
3 #include "SDL_config.h"
4 #include "SDL_main.h"
5 
6 #ifdef main
7 #undef main
8 int
9 main(int argc, char *argv[])
10 {
11  return (SDL_main(argc, argv));
12 }
13 #else
14 /* Nothing to do on this platform */
15 int
17 
18 int
20 {
21  return 0;
22 }
23 #endif
24 
25 /* vi: set ts=4 sw=4 expandtab: */
int main(int argc, char **argv)
Definition: bootstrap.cpp:102
int SDL_main_stub_symbol(void)
C_LINKAGE int SDL_main(int argc, char *argv[])