Don't export PumpButtonNames; compact the header a bit.

This commit is contained in:
Glenn Maynard
2002-08-26 04:46:16 +00:00
parent cb73056691
commit 8658b101cc
2 changed files with 6 additions and 32 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
RageInput* INPUTMAN = NULL; // globally accessable input device
const char *PumpButtonNames[] = {
static const char *PumpButtonNames[] = {
"UL", "UR", "MID", "DL", "DR", "Esc",
"P2 UL", "P2 UR", "P2 MID", "P2 DL", "P2 DR"
};