]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Moved Skeleton and Animation to their own folder.
[lugaru.git] / Source / Person.h
index 4e0edaecb6dcf46be4f093007d2d5a7235053071..21768a4f2494ea64fea340c33cea7ed62349fc1e 100644 (file)
@@ -25,14 +25,14 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "gamegl.h"
 #include "Quaternions.h"
-#include "Skeleton.h"
+#include "Animation/Skeleton.h"
 #include "Models.h"
 #include "Terrain.h"
 #include "Sprite.h"
 #include <cmath>
 #include <memory>
 #include "Weapons.h"
-#include "Animation.h"
+#include "Animation/Animation.h"
 
 #define passivetype 0
 #define guardtype 1