mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
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;
|