Changeset 2815 in orxonox.OLD for orxonox/branches/sound/src/sound_control.h
- Timestamp:
- Nov 11, 2004, 6:16:00 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/sound_control.h
r2793 r2815 7 7 8 8 public: 9 SoundControl (); 10 ~SoundControl (); 9 SoundControl* getObject(); 11 10 void setNumberOfChannels(int number_of channels); 12 11 int playMod(char* filename); … … 23 22 24 23 private: 25 void postConstruction(); 26 SoundControl* singleton; 27 24 void initialise(); 25 //SoundControl singleton object must be made via getObject() 26 SoundControl(); 27 ~SoundControl() 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.