Changeset 1117 for trunk/src/platform
- Timestamp:
- Dec 29, 2011, 7:36:48 PM (11 years ago)
- Location:
- trunk/src/platform
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/platform/nacl/naclapp.h
r1082 r1117 17 17 #define __LOL_NACLAPP_H__ 18 18 19 #include " matrix.h"19 #include "lol/math/matrix.h" 20 20 21 21 namespace lol -
trunk/src/platform/ps3/ps3app.h
r1063 r1117 17 17 #define __LOL_PS3APP_H__ 18 18 19 #include " matrix.h"19 #include "lol/math/matrix.h" 20 20 21 21 namespace lol -
trunk/src/platform/sdl/sdlapp.h
r1063 r1117 17 17 #define __LOL_SDLAPP_H__ 18 18 19 #include " matrix.h"19 #include "lol/math/matrix.h" 20 20 21 21 namespace lol
Note: See TracChangeset
for help on using the changeset viewer.