Pre-resize fillparent
This commit is contained in:
@@ -22,7 +22,7 @@ namespace AudioEngine {
|
||||
cMusic( const cMusic& copy );
|
||||
~cMusic();
|
||||
|
||||
///Functions
|
||||
/// Functions
|
||||
/* Plays the music if loaded */
|
||||
void PlayMusic();
|
||||
/* Fades in the music for time */
|
||||
@@ -31,15 +31,15 @@ namespace AudioEngine {
|
||||
void FideOut( const unsigned int time = 1000 ) const;
|
||||
|
||||
private:
|
||||
///Functions
|
||||
/// Functions
|
||||
void LoadMusic();
|
||||
void UnloadMusic();
|
||||
|
||||
private:
|
||||
///Variables
|
||||
/// Variables
|
||||
Mix_Music* mp_music;
|
||||
|
||||
unsigned char m_volume;// = 255
|
||||
unsigned char m_volume;/// = 255
|
||||
|
||||
|
||||
};/// END CLASS DEFINITION cMusic
|
||||
|
||||
Reference in New Issue
Block a user