From f4278bf86adafc9832d5560ad5104ceb8523a2cb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 30 Dec 2005 19:36:25 +0000 Subject: [PATCH] prototypes --- stepmania/src/GameConstantsAndTypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index d715d8c7b8..eee26ee67a 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -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 ); //