Changeset 865 for trunk/monsterz/monsterz.cpp
- Timestamp:
- Aug 27, 2011, 8:29:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/monsterz.cpp
r863 r865 25 25 26 26 #if defined __CELLOS_LV2__ 27 # include "p s3app.h"28 # include "p s3input.h"27 # include "platform/ps3/ps3app.h" 28 # include "platform/ps3/ps3input.h" 29 29 #elif defined HAVE_GLES_2X 30 30 # include "eglapp.h" 31 31 #else 32 # include " sdlapp.h"33 # include " sdlinput.h"32 # include "platform/sdl/sdlapp.h" 33 # include "platform/sdl/sdlinput.h" 34 34 #endif 35 35 #include "interface.h"
Note: See TracChangeset
for help on using the changeset viewer.