changeset 3697 | d5b30d6373fc |
parent 3236 | 4ab3917d7d44 |
child 4976 | 088d40d8aba2 |
--- a/QTfrontend/SDLs.h Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/SDLs.h Sat Jul 31 11:24:53 2010 +0200 @@ -32,7 +32,7 @@ private: Mix_Music *music; - int musicInitialized; + int musicInitialized; public: SDLInteraction(); @@ -41,7 +41,7 @@ void addGameControllerKeys() const; void StartMusic(); void StopMusic(); - void SDLMusicInit(); + void SDLMusicInit(); };