Changeset 961
- Timestamp:
- Sep 19, 2011, 1:44:14 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/lol-build
r954 r961 17 17 # - linux-amd64 18 18 # - ios-arm 19 # - osx-amd64 19 20 # - android-arm 20 21 # - ps3-ppu -
trunk/deushax/deushax.cpp
r958 r961 22 22 #include "debugsprite.h" 23 23 24 #if USE_SDL 24 #if USE_SDL && defined __APPLE__ 25 25 # include <SDL_main.h> 26 26 #endif -
trunk/monsterz/monsterz.cpp
r958 r961 35 35 #include "interface.h" 36 36 37 #if USE_SDL 37 #if USE_SDL && defined __APPLE__ 38 38 # include <SDL_main.h> 39 39 #endif -
trunk/src/image/codec/android-image.cpp
r956 r961 21 21 22 22 #include "core.h" 23 #include "image -private.h"23 #include "image/image-private.h" 24 24 25 25 using namespace std; -
trunk/src/image/codec/ios-image.cpp
r958 r961 19 19 20 20 #include "core.h" 21 #include "image/image-private.h" 21 22 22 23 using namespace std; -
trunk/src/image/codec/ps3-image.cpp
r956 r961 21 21 22 22 #include "core.h" 23 #include "image/image-private.h" 23 24 24 25 using namespace std; -
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.