Changed: Console (ingame) now works

~g2k
This commit is contained in:
2005-07-02 22:28:21 -04:00
parent 4a7acb6812
commit 40c2acbbf9
3 changed files with 228 additions and 1 deletions

View File

@@ -113,5 +113,6 @@ namespace OpenArena
const unsigned int KEY_LBUTTON = KEY_BUTTON0;
const unsigned int KEY_RBUTTON = KEY_BUTTON1;
const unsigned int KEY_MBUTTON = KEY_BUTTON2;
char KeyToASCII(Keys key, bool shift);
};
#endif