add Sprite::SetTexture

This commit is contained in:
Glenn Maynard
2007-02-13 23:34:51 +00:00
parent 304402645c
commit 4b1f1fcd2c
2 changed files with 32 additions and 10 deletions
+1
View File
@@ -31,6 +31,7 @@ public:
static RageTextureID SongBannerTexture( RageTextureID ID );
virtual void Load( RageTextureID ID );
void SetTexture( RageTexture *pTexture );
void UnloadTexture();
RageTexture* GetTexture() { return m_pTexture; };