Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5206 in orxonox.OLD for trunk/src/story_entities/world.h


Ignore:
Timestamp:
Sep 19, 2005, 12:31:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell no more singleton, and ShellInput is now derive from Text correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/world.h

    r5205 r5206  
    2424class PilotNode;
    2525
     26class Shell;
    2627class OggPlayer;
    2728
     
    9394  char* path;                         //!< The file from which this world is loaded
    9495
    95 
     96  Shell*     shell;
    9697  OggPlayer* music;
    9798
Note: See TracChangeset for help on using the changeset viewer.