This commit is contained in:
Glenn Maynard
2006-08-31 06:58:51 +00:00
parent ac3abd1ca4
commit b2a585cb3b
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -214,14 +214,6 @@ RageVector2 AnimatedTexture::GetTextureTranslate()
return v; return v;
} }
msMesh::msMesh()
{
}
msMesh::~msMesh()
{
}
#define THROW RageException::Throw( "Parse error in \"%s\" at line %d: '%s'", sPath.c_str(), iLineNum, sLine.c_str() ) #define THROW RageException::Throw( "Parse error in \"%s\" at line %d: '%s'", sPath.c_str(), iLineNum, sLine.c_str() )
bool msAnimation::LoadMilkshapeAsciiBones( RString sAniName, RString sPath ) bool msAnimation::LoadMilkshapeAsciiBones( RString sAniName, RString sPath )
-3
View File
@@ -13,9 +13,6 @@ struct msTriangle
struct msMesh struct msMesh
{ {
msMesh();
~msMesh();
RString sName; RString sName;
char nMaterialIndex; char nMaterialIndex;