X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.cpp;h=057ea9d046af22afd0fb41361571acd1f16eddb9;hb=05bb66bd0e8da7c6d4ace54a6af58ce625bac2f6;hp=fd44de1cc519e0cad443ba26e135f5c4dffd671c;hpb=7fb9a2ab3e2386488357b6e2ae3ed1108d1bb65b;p=lugaru.git diff --git a/Source/Skeleton.cpp b/Source/Skeleton.cpp index fd44de1..057ea9d 100644 --- a/Source/Skeleton.cpp +++ b/Source/Skeleton.cpp @@ -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);