Mercurial > sdl-ios-xcode
comparison src/main/dummy/SDL_dummy_main.c @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | 96ba4eab74fb |
children | 782fd950bd46 c121d94672cb |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
7 int main(int argc, char *argv[]) | 7 int main(int argc, char *argv[]) |
8 { | 8 { |
9 return(SDL_main(argc, argv)); | 9 return(SDL_main(argc, argv)); |
10 } | 10 } |
11 #else | 11 #else |
12 /* Nothing to do on this platform */; | 12 /* Nothing to do on this platform */ |
13 #endif | 13 #endif |