make Sprite internals private

This commit is contained in:
Glenn Maynard
2007-02-13 06:40:14 +00:00
parent 6cb284496c
commit e9a04f81b3
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -66,6 +66,9 @@ public:
virtual void PushSelf( lua_State *L );
protected:
void SetDrawIfTextureNull( bool b ) { m_bDrawIfTextureNull = b; }
private:
void LoadFromTexture( RageTextureID ID );
void LoadStatesFromTexture();