Changeset 6278 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 9, 2009, 9:34:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.