Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 11, 2005, 11:33:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/soundEngine: moved unrelevant stuff out of sound_control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/soundEngine/src/sound_control.h

    r3508 r3509  
    3030  int main(int argc, char* argv[]);
    3131 
     32
     33 private:
     34  SoundControl();
     35  void init(void);
     36
     37  static SoundControl* singletonRef;
     38
     39 public:
     40  Mix_Music* music;
    3241  static SoundControl* sound;
     42  int bits;
    3343  int volume;
    3444  int track_number;
     
    3949  int sfx_channel2;
    4050  int finished;
    41 
    42  private:
    43   SoundControl();
    44 
    45   static SoundControl* singletonRef;
    46   void initialise();
    47 
    4851};
    4952
Note: See TracChangeset for help on using the changeset viewer.