mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 15:41:59 +00:00
2e8d9e7636
The menu code at least compiles now. It should work for the default IMT tables (ie, if imt_0 is there).
6 lines
258 B
R
6 lines
258 B
R
#include "key.h"
|
|
|
|
string (string imt, int keynum, string binding) Key_SetBinding = #0;
|
|
int (string imt, int bindnum, string binding) Key_LookupBinding = #0;
|
|
int (string imt, string binding) Key_CountBinding = #0;
|
|
string (int keynum) Key_KeynumToString = #0;
|