Changeset 1040 for trunk/src/platform
- Timestamp:
- Oct 31, 2011, 9:19:05 AM (11 years ago)
- Location:
- trunk/src/platform
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/platform/ps3/ps3app.cpp
r865 r1040 103 103 Video::Setup(res); 104 104 Audio::Setup(2); 105 106 /* Autoreleased objects */ 107 new Ps3Input(); 105 108 #endif 106 109 } -
trunk/src/platform/sdl/sdlapp.cpp
r865 r1040 20 20 #include "lolgl.h" 21 21 #include "platform/sdl/sdlapp.h" 22 #include "platform/sdl/sdlinput.h" 22 23 23 24 namespace lol … … 68 69 Video::Setup(ivec2(video->w, video->h)); 69 70 Audio::Setup(2); 71 72 /* Autoreleased objects */ 73 new SdlInput(); 70 74 #endif 71 75 }
Note: See TracChangeset
for help on using the changeset viewer.