Changeset 7374 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Apr 26, 2006, 3:28:55 AM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r7370 r7374 120 120 { 121 121 /* init the world interface */ 122 this->shell = new Shell();122 this->shell = new OrxShell::Shell(); 123 123 124 124 State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this)); -
trunk/src/story_entities/game_world.h
r7370 r7374 12 12 #include "playable.h" 13 13 14 class Shell;14 class OrxShell::Shell; 15 15 class WorldEntity; 16 16 … … 94 94 95 95 96 private: 96 97 /* external modules interfaces */ 97 Shell*shell;98 OrxShell::Shell* shell; 98 99 }; 99 100
Note: See TracChangeset
for help on using the changeset viewer.