Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7374 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Apr 26, 2006, 3:28:55 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Files shell_completion_plugin for the new Plugin Structure.
Also created the first namespace: OrxShell

File:
1 edited

Legend:

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

    r7370 r7374  
    120120{
    121121  /* init the world interface */
    122   this->shell = new Shell();
     122  this->shell = new OrxShell::Shell();
    123123
    124124  State::setCurrentStoryEntity(dynamic_cast<StoryEntity*>(this));
Note: See TracChangeset for help on using the changeset viewer.