prototypes

This commit is contained in:
Glenn Maynard
2005-12-30 19:36:25 +00:00
parent 2128cc180a
commit f4278bf86a
+2
View File
@@ -173,6 +173,7 @@ enum TimingWindow
TW_Roll,
NUM_TimingWindow
};
const CString& TimingWindowToString( TimingWindow tw );
enum ScoreEvent
@@ -188,6 +189,7 @@ enum ScoreEvent
SE_LetGo,
NUM_ScoreEvent
};
const CString& ScoreEventToString( ScoreEvent se );
//