Changeset 6278 for code/branches/presentation2/src/orxonox
- Timestamp:
- Dec 9, 2009, 9:34:47 AM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/MoodManager.h
r6119 r6278 56 56 const std::string& getMood(); 57 57 58 static MoodManager& getInstance() 58 static MoodManager& getInstance() { return Singleton<MoodManager>::getInstance(); } // tolua_export 59 59 60 60 private: -
code/branches/presentation2/src/orxonox/sound/SoundManager.h
r6270 r6278 80 80 81 81 // tolua_begin 82 static SoundManager& getInstance() 83 { return Singleton<SoundManager>::getInstance(); } 82 static SoundManager& getInstance() { return Singleton<SoundManager>::getInstance(); } 84 83 85 84 std::string getDeviceName(unsigned int index) const
Note: See TracChangeset
for help on using the changeset viewer.