Added: Beatmania style arrow-block thingies that appear when you press a key

More Pop'n Noteskin Fun.
This commit is contained in:
Andrew Livy
2003-10-09 03:50:44 +00:00
parent caf7b7f205
commit f69d0db080
6 changed files with 40 additions and 3 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ public:
void TapNote( int iCol, TapNoteScore score, bool bBright );
void TapMine( int iCol, TapNoteScore score );
void HoldNote( int iCol );
void UpdateBars( int iCol );
int GetNumCols() { return m_iNumCols; };
protected:
int m_iNumCols;