Changeset 7033 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 4, 2006, 8:21:43 PM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r7029 r7033 30 30 #include "camera.h" 31 31 #include "environment.h" 32 #include "terrain.h" 32 #include "terrain.h"storyI 33 33 #include "test_entity.h" 34 34 #include "terrain.h" -
trunk/src/story_entities/story_entity.cc
r7021 r7033 81 81 82 82 83 84 // so we can also do these things in the Campaign. (will be overwritten from the entities file) 83 85 LoadParam(root, "description", this, StoryEntity, setDescription) 84 86 .describe("Sets the description of this StoryEntity");
Note: See TracChangeset
for help on using the changeset viewer.