Changeset 6072 for code/branches/sound3/src/orxonox/gamestates/GSMainMenu.h
- Timestamp:
- Nov 15, 2009, 10:40:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/gamestates/GSMainMenu.h
r5956 r6072 48 48 void update(const Clock& time); 49 49 50 51 52 53 50 void setConfigValues(); 51 void reloadSound(); 52 const std::string& getMainMenuSoundPath(); 53 void setMainMenuSoundPath(const std::string& path); 54 54 55 55 static void startStandalone(); … … 67 67 // ambient sound for the main menu 68 68 AmbientSound* ambient_; 69 std::stringsoundPathMain_;69 std::string soundPathMain_; 70 70 }; 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.