Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 26, 2006, 3:28:55 AM (18 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.h

    r7370 r7374  
    1212#include "playable.h"
    1313
    14 class Shell;
     14class OrxShell::Shell;
    1515class WorldEntity;
    1616
     
    9494
    9595
     96  private:
    9697    /* external modules interfaces */
    97     Shell*              shell;
     98    OrxShell::Shell*    shell;
    9899};
    99100
Note: See TracChangeset for help on using the changeset viewer.