Adding basic coin support

This commit is contained in:
Chris Danford
2003-01-19 04:44:22 +00:00
parent 4b0fa9aae6
commit ab9f558c6e
41 changed files with 494 additions and 375 deletions
+6 -6
View File
@@ -34,7 +34,7 @@ enum // DanceButtons
DANCE_BUTTON_MENURIGHT,
DANCE_BUTTON_MENUUP,
DANCE_BUTTON_MENUDOWN,
DANCE_BUTTON_INSERTCOIN,
DANCE_BUTTON_COIN,
NUM_DANCE_BUTTONS, // leave this at the end
};
@@ -51,7 +51,7 @@ enum // PumpButtons
PUMP_BUTTON_MENURIGHT,
PUMP_BUTTON_MENUUP,
PUMP_BUTTON_MENUDOWN,
PUMP_BUTTON_INSERTCOIN,
PUMP_BUTTON_COIN,
NUM_PUMP_BUTTONS, // leave this at the end
};
@@ -70,7 +70,7 @@ enum // EZ2Buttons
EZ2_BUTTON_MENURIGHT,
EZ2_BUTTON_MENUUP,
EZ2_BUTTON_MENUDOWN,
EZ2_BUTTON_INSERTCOIN,
EZ2_BUTTON_COIN,
NUM_EZ2_BUTTONS, // leave this at the end
};
@@ -87,7 +87,7 @@ enum // ParaButtons
PARA_BUTTON_MENURIGHT,
PARA_BUTTON_MENUUP,
PARA_BUTTON_MENUDOWN,
PARA_BUTTON_INSERTCOIN,
PARA_BUTTON_COIN,
NUM_PARA_BUTTONS, // leave this at the end
};
@@ -107,7 +107,7 @@ enum // 3DDX Buttons
DS3DDX_BUTTON_MENURIGHT,
DS3DDX_BUTTON_MENUUP,
DS3DDX_BUTTON_MENUDOWN,
DS3DDX_BUTTON_INSERTCOIN,
DS3DDX_BUTTON_COIN,
NUM_DS3DDX_BUTTONS, // leave this at the end.
};
@@ -130,7 +130,7 @@ enum // BM Buttons
BM_BUTTON_MENURIGHT,
BM_BUTTON_MENUUP,
BM_BUTTON_MENUDOWN,
BM_BUTTON_INSERTCOIN,
BM_BUTTON_COIN,
NUM_BM_BUTTONS, // leave this at the end.
};