comparison src/main/dummy/SDL_dummy_main.c @ 754:623b453a3219

Fixed "dist" make target for newer versions of automake
author Sam Lantinga <slouken@libsdl.org>
date Sun, 14 Dec 2003 06:25:53 +0000
parents
children 96ba4eab74fb
comparison
equal deleted inserted replaced
753:b14fdadd8311 754:623b453a3219
1
2 /* Include the SDL main definition header */
3 #include "SDL_main.h"
4 #ifdef main
5 #undef main
6 #endif
7
8 int main(int argc, char *argv[])
9 {
10 return(SDL_main(argc, argv));
11 }