Changeset 4877 in orxonox.OLD for orxonox/branches/weaponSystem/src/util/loading
- Timestamp:
- Jul 16, 2005, 10:38:04 PM (19 years ago)
- Location:
- orxonox/branches/weaponSystem/src/util/loading
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/weaponSystem/src/util/loading/game_loader.cc
r4838 r4877 19 19 #include "campaign.h" 20 20 #include "world.h" 21 #include "player.h"22 21 #include "orxonox.h" 23 22 #include "camera.h" -
orxonox/branches/weaponSystem/src/util/loading/game_loader.h
r4836 r4877 1 1 /*! 2 \file game_loader.h3 2 * @file game_loader.h 3 * loads campaigns, worlds and all other story_entities 4 4 */ 5 5 … … 18 18 class Campaign; 19 19 class World; 20 class Camera;21 class CammandNode;22 20 class Factory; 23 21 class TiXmlElement;
Note: See TracChangeset
for help on using the changeset viewer.