X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=8c09b7b1304eaa3740fdf77ea4d7cc76d00db31b;hb=4d0ec1838440e55f24e8ec9501a62348cd9e2ec3;hp=9e688230bd2f3abd6d591eb6ec88bb324febd39e;hpb=4f4771bb67958d2e9180ba24d422141b9069e363;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 9e68823..8c09b7b 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -23,7 +23,8 @@ along with Lugaru. If not, see . #include "gamegl.h" #include "Quaternions.h" #include "Lights.h" -#include "Skeleton.h" +#include "Animation/Animation.h" +#include "Animation/Skeleton.h" #include "Terrain.h" #include "Sprite.h" #include "Frustum.h" @@ -34,7 +35,6 @@ along with Lugaru. If not, see . #include "openal_wrapper.h" #include "Stereo.h" -#include "Animation.h" bool visibleloading = 0; @@ -66,7 +66,6 @@ int environment = 0; float texscale = 0; float gravity = 0; Light light; -Animation animation[animation_count]; Terrain terrain; SDL_Window *sdlwindow;