]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Muscle.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Animation / Muscle.cpp
index 627b8e067eda4eea98d889251dee78dd9227a301..4485c5e64153bcd2492d8c8cf745da9acec2855e 100644 (file)
@@ -18,8 +18,9 @@ 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/Muscle.h"
-#include "binio.h"
+#include "Animation/Muscle.hpp"
+
+#include "Utils/binio.h"
 
 extern float multiplier;
 extern bool freeze;
@@ -42,10 +43,6 @@ Muscle::Muscle()
     strength = 0;
 }
 
-Muscle::~Muscle()
-{
-}
-
 void Muscle::load(FILE* tfile, int vertexNum, std::vector<Joint>& joints)
 {
     int numvertices, vertice, parentID;