Changeset 1040 for trunk/src/platform/sdl
- Timestamp:
- Oct 31, 2011, 9:19:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.