X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FAnimation.cpp;h=27b82ada685716e76d1882be2c2591dd2d1f5fab;hb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;hp=f28861ca9452892ef1c29b6ade5157aeb179acd6;hpb=05dffb5744dc3f845e0c874f45229134393c50a0;p=lugaru.git diff --git a/Source/Animation/Animation.cpp b/Source/Animation/Animation.cpp index f28861c..27b82ad 100644 --- a/Source/Animation/Animation.cpp +++ b/Source/Animation/Animation.cpp @@ -17,10 +17,11 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Animation/Skeleton.h" -#include "Animation/Animation.h" -#include "Utils/Folders.h" -#include "Game.h" +#include "Animation/Animation.hpp" + +#include "Animation/Skeleton.hpp" +#include "Game.hpp" +#include "Utils/Folders.hpp" extern bool visibleloading; @@ -149,7 +150,3 @@ Animation::Animation(const std::string& filename, anim_height_type aheight, anim offset = endoffset; offset.y = 0; } - -Animation::~Animation() -{ -}