Changeset 5924 in orxonox.OLD for branches/avi_play/src/lib/event/key_mapper.h
- Timestamp:
- Dec 4, 2005, 11:37:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/event/key_mapper.h
r5819 r5924 10 10 11 11 #include "base_object.h" 12 #include "event_def.h"12 //#include "event_def.h" 13 13 14 14 class IniParser; … … 66 66 67 67 private: 68 Sint32coord[2]; //!< temp place to save variables in nameToIndex() function68 int coord[2]; //!< temp place to save variables in nameToIndex() function 69 69 }; 70 70
Note: See TracChangeset
for help on using the changeset viewer.