Initial commit.

This commit is contained in:
AJ Kelly
2010-01-26 21:00:30 -06:00
parent 80057f53cd
commit 3e51544930
4074 changed files with 588945 additions and 543956 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* ScreenGameplaySyncMachine - */
/* ScreenGameplaySyncMachine - A gameplay screen used for syncing the machine's timing */
#ifndef ScreenGameplaySyncMachine_H
#define ScreenGameplaySyncMachine_H
@@ -22,7 +22,7 @@ protected:
virtual bool UseSongBackgroundAndForeground() const { return false; }
void RefreshText();
Song m_Song;
Song m_Song;
const Steps *m_pSteps;
BitmapText m_textSyncInfo;