Changeset 2838 in orxonox.OLD for orxonox/branches/sound/src/sound_test.cc
- Timestamp:
- Nov 12, 2004, 2:41:26 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/sound_test.cc
r2815 r2838 21 21 using namespace std; 22 22 23 SoundControl* test; 23 24 24 25 SoundTest::SoundTest () { 25 26 test = SoundControl::getInstance(); 26 27 } 27 28 … … 41 42 sound.~SoundControl(); 42 43 } 43
Note: See TracChangeset
for help on using the changeset viewer.