empty
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
@@ -13,9 +13,6 @@ struct msTriangle
|
|||||||
|
|
||||||
struct msMesh
|
struct msMesh
|
||||||
{
|
{
|
||||||
msMesh();
|
|
||||||
~msMesh();
|
|
||||||
|
|
||||||
RString sName;
|
RString sName;
|
||||||
char nMaterialIndex;
|
char nMaterialIndex;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user