add GAME_BUTTON_EFFECT_UP, GAME_BUTTON_EFFECT_DOWN

This commit is contained in:
Glenn Maynard
2007-01-16 00:58:24 +00:00
parent 208c57a5dc
commit 8eb381968a
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ static const Game::PerButtonInfo g_CommonButtonInfo[] =
{ GameButtonType_INVALID }, // GAME_BUTTON_BACK
{ GameButtonType_INVALID }, // GAME_BUTTON_COIN
{ GameButtonType_INVALID }, // GAME_BUTTON_OPERATOR
{ GameButtonType_INVALID }, // GAME_BUTTON_EFFECT_UP
{ GameButtonType_INVALID }, // GAME_BUTTON_EFFECT_DOWN
};
const Game::PerButtonInfo *Game::GetPerButtonInfo( GameButton gb ) const