hide LoadFromAniDir

This commit is contained in:
Glenn Maynard
2004-01-23 05:48:52 +00:00
parent e640aa7ba9
commit 9f04fd7cd9
+1 -1
View File
@@ -27,7 +27,6 @@ public:
Background();
~Background();
virtual void LoadFromAniDir( CString sAniDir );
virtual void LoadFromSong( Song *pSong );
virtual void Unload();
@@ -40,6 +39,7 @@ public:
DancingCharacters* GetDancingCharacters() { return m_pDancingCharacters; };
protected:
void LoadFromAniDir( CString sAniDir );
void LoadFromRandom( float fFirstBeat, float fLastBeat, const TimingData &timing );
bool IsDangerPlayerVisible( PlayerNumber pn );