add GetPlayerState

This commit is contained in:
Glenn Maynard
2005-07-21 01:02:21 +00:00
parent 2438865137
commit 7570946554
+1
View File
@@ -39,6 +39,7 @@ public:
void DidTapNote( int iCol, TapNoteScore score, bool bBright );
void DidHoldNote( int iCol, HoldNoteScore score, bool bBright );
const PlayerState *GetPlayerState() const { return m_pPlayerState; }
void RefreshBeatToNoteSkin();
protected: