changeset 1753 | 5b3bb08e7dd8 |
parent 846 | 96ba4eab74fb |
child 1662 | 782fd950bd46 |
child 1895 | c121d94672cb |
1752:97f20f2a1d85 | 1753:5b3bb08e7dd8 |
---|---|
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 |