]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.cpp
Made initial fixes towards building in MinGW for 32-bit Windows
[lugaru.git] / Source / Skeleton.cpp
index fd44de1cc519e0cad443ba26e135f5c4dffd671c..057ea9d046af22afd0fb41361571acd1f16eddb9 100644 (file)
@@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
 /**> HEADER FILES <**/
+#include "Game.h"
 #include "Skeleton.h"
 
 extern float multiplier;
@@ -46,7 +47,6 @@ extern int tutoriallevel;
 extern int whichjointstartarray[26];
 extern int whichjointendarray[26];
 
-#include "Game.h"
 extern Game * pgame;
 extern bool visibleloading;
 extern "C"     void PlaySoundEx(int channel, FSOUND_SAMPLE *sptr, FSOUND_DSPUNIT *dsp, signed char startpaused);