Changeset 3503 in orxonox.OLD for orxonox/branches/levelloader/src/game_loader.cc
- Timestamp:
- Mar 11, 2005, 6:44:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelloader/src/game_loader.cc
r3501 r3503 25 25 #include "command_node.h" 26 26 #include "vector.h" 27 #include "factory.h" 27 28 28 29 #include <string.h> … … 162 163 { 163 164 PRINTF(ERR)("No filename specified for loading"); 165 return NULL; 164 166 } 165 167
Note: See TracChangeset
for help on using the changeset viewer.