From f5e405e28f540f1522b4ea8db68f7b86e956723e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 13 Jan 2007 03:49:47 +0000 Subject: [PATCH] missed: move GameButtonType out of GameInput.h --- stepmania/src/GameConstantsAndTypes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stepmania/src/GameConstantsAndTypes.h b/stepmania/src/GameConstantsAndTypes.h index 3bc52dc8fe..5a6636be0b 100644 --- a/stepmania/src/GameConstantsAndTypes.h +++ b/stepmania/src/GameConstantsAndTypes.h @@ -200,6 +200,15 @@ enum ScoreEvent const RString& ScoreEventToString( ScoreEvent se ); +enum GameButtonType +{ + GameButtonType_Step, + GameButtonType_Fret, + GameButtonType_Strum, + GameButtonType_INVALID +}; + + // // Profile and MemCard stuff //