Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7460 in orxonox.OLD for trunk/src/story_entities/game_world_data.h


Ignore:
Timestamp:
May 1, 2006, 12:30:34 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Namespaces for sound

File:
1 edited

Legend:

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

    r7370 r7460  
    1919class GLMenuImageScreen;
    2020
    21 class OggPlayer;
     21namespace OrxSound {class OggPlayer;}
    2222class GameRules;
    2323
     
    5959    Terrain*                      terrain;        //!< The terrain - ground
    6060
    61     OggPlayer*                    music;          //!< Reference to the SoundEngine's music player (OggPlayer)
     61    OrxSound::OggPlayer*          music;          //!< Reference to the SoundEngine's music player (OggPlayer)
    6262    ObjectManager*                objectManager;  //!< Reference to the objects manager
    6363
Note: See TracChangeset for help on using the changeset viewer.