Changeset 758 for trunk/monsterz/monsterz.cpp
- Timestamp:
- Apr 28, 2011, 9:01:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/monsterz.cpp
r745 r758 21 21 #include "loldebug.h" 22 22 23 using namespace std; 23 24 using namespace lol; 24 25 25 #if defined HAVE_GLES_2X 26 #if defined __CELLOS_LV2__ 27 # include "ps3app.h" 28 #elif defined HAVE_GLES_2X 26 29 # include "eglapp.h" 27 30 #else … … 37 40 int main(int argc, char **argv) 38 41 { 39 #if defined HAVE_GLES_2X 42 #if defined __CELLOS_LV2__ 43 Ps3App app("Monsterz", vec2i(640, 480), 60.0f); 44 #elif defined HAVE_GLES_2X 40 45 EglApp app("Monsterz", vec2i(640, 480), 60.0f); 41 46 #else
Note: See TracChangeset
for help on using the changeset viewer.