Changeset 961 for trunk/test
- Timestamp:
- Sep 19, 2011, 1:44:14 AM (11 years ago)
- Location:
- trunk/test
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/benchsuite.cpp
r958 r961 15 15 #include <cstdio> 16 16 17 #if USE_SDL 17 #if USE_SDL && defined __APPLE__ 18 18 # include <SDL_main.h> 19 19 #endif -
trunk/test/debug/quad.cpp
r958 r961 29 29 #endif 30 30 31 #if USE_SDL 31 #if USE_SDL && defined __APPLE__ 32 32 # include <SDL_main.h> 33 33 #endif -
trunk/test/debug/sandbox.cpp
r958 r961 13 13 #endif 14 14 15 #if USE_SDL 15 #if USE_SDL && defined __APPLE__ 16 16 # include <SDL_main.h> 17 17 #endif -
trunk/test/testsuite.cpp
r958 r961 16 16 #include <cstdlib> 17 17 18 #if USE_SDL 18 #if USE_SDL && defined __APPLE__ 19 19 # include <SDL_main.h> 20 20 #endif
Note: See TracChangeset
for help on using the changeset viewer.