]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
Move declaration of animation array into Animation.h
[lugaru.git] / Source / GameInitDispose.cpp
index 6426698120276c413de43a5a234ab6af73734f1e..dccc88982116918000264b9e5f5a5eecd0e61956 100644 (file)
@@ -21,6 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "Game.h"
 #include "openal_wrapper.h"
+#include "Animation.h"
 
 extern float screenwidth,screenheight;
 extern float viewdistance;
@@ -31,7 +32,6 @@ extern float fadestart;
 extern float texscale;
 extern float gravity;
 extern Light light;
-extern Animation animation[animation_count];
 extern Skeleton testskeleton;
 extern int numsounds;
 extern OPENAL_SAMPLE   *samp[100];