Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2009, 2:24:34 PM (15 years ago)
Author:
erwin
Message:

added config ability to sound, few other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound/src/orxonox/objects/Level.h

    r2966 r2980  
    3333
    3434#include "network/synchronisable/Synchronisable.h"
    35 #include "sound/SoundBase.h"
    36 #include "sound/SoundManager.h"
    3735#include "core/BaseObject.h"
    3836
     
    7371            XMLFile*               xmlfile_;
    7472            std::list<BaseObject*> objects_;
    75             SoundManager*          sndmgr_;
     73
    7674            SoundBase*             ambientsound_;
    7775    };
Note: See TracChangeset for help on using the changeset viewer.