Changeset 5816 in orxonox.OLD for branches/world_entities/src/lib
- Timestamp:
- Nov 29, 2005, 10:39:54 AM (19 years ago)
- Location:
- branches/world_entities/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/event/key_mapper.h
r5474 r5816 29 29 virtual ~KeyMapper(); 30 30 31 void loadKeyBindings(const char* fileName = DEFAULT_CONFIG_FILE);31 void loadKeyBindings(const char* fileName = NULL); 32 32 void loadKeyBindings(IniParser* iniParser); 33 33 -
branches/world_entities/src/lib/graphics/graphics_engine.cc
r5790 r5816 30 30 #include "text.h" 31 31 32 #include "globals.h" 32 33 33 34 #ifdef __WIN32__
Note: See TracChangeset
for help on using the changeset viewer.