Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7033 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Feb 4, 2006, 8:21:43 PM (19 years ago)
Author:
bensch
Message:

trunk: better make structure

Location:
trunk/src/story_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r7029 r7033  
    3030#include "camera.h"
    3131#include "environment.h"
    32 #include "terrain.h"
     32#include "terrain.h"storyI
    3333#include "test_entity.h"
    3434#include "terrain.h"
  • trunk/src/story_entities/story_entity.cc

    r7021 r7033  
    8181
    8282
     83
     84  // so we can also do these things in the Campaign. (will be overwritten from the entities file)
    8385  LoadParam(root, "description", this, StoryEntity, setDescription)
    8486      .describe("Sets the description of this StoryEntity");
Note: See TracChangeset for help on using the changeset viewer.