QTfrontend/SDLs.h
branchexperimental3D
changeset 4004 b1c2c2f6fc5e
parent 3697 d5b30d6373fc
child 4976 088d40d8aba2
--- a/QTfrontend/SDLs.h	Thu Aug 26 23:59:18 2010 +0200
+++ b/QTfrontend/SDLs.h	Wed Oct 27 14:02:20 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();
 };