Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 25, 2011, 10:09:04 AM (13 years ago)
Author:
dafrick
Message:

AudioMenu is only accessible if the SoundManager exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/src/orxonox/sound/SoundManager.h

    r7858 r8325  
    7272        // tolua_begin
    7373        static SoundManager& getInstance() { return Singleton<SoundManager>::getInstance(); }
     74        static bool exists() { return Singleton<SoundManager>::exists(); }
    7475
    7576        std::string getDeviceName(unsigned int index) const
Note: See TracChangeset for help on using the changeset viewer.