]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Animation.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Animation / Animation.cpp
index f28861ca9452892ef1c29b6ade5157aeb179acd6..27b82ada685716e76d1882be2c2591dd2d1f5fab 100644 (file)
@@ -17,10 +17,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#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()
-{
-}