kljhfdkjhfjkhdfkjf

This commit is contained in:
Chris Danford
2001-12-19 01:50:57 +00:00
parent 7879b119a4
commit bbc4097826
27 changed files with 795 additions and 225 deletions
+4
View File
@@ -45,6 +45,8 @@ public:
void SetCustomSrcRect( FRECT new_texcoord_frect ); // for cropping
void TurnShadowOn() { m_bHasShadow = true; };
void TurnShadowOff() { m_bHasShadow = false; };
protected:
@@ -65,6 +67,8 @@ protected:
bool m_bUsingCustomTexCoordRect;
FRECT m_CustomTexCoordRect;
bool m_bHasShadow;
};