#include #include "../include/animorph/RawMesh.h" #ifdef DEBUG #include #endif //DEBUG #include using namespace std; using namespace Animorph; RawMesh::RawMesh() : facevector (), vertexvector (), bodyfaces (), clothesgroup (), name() { } RawMesh::~RawMesh() { }