mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
2e8d9e7636
The menu code at least compiles now. It should work for the default IMT tables (ie, if imt_0 is there).
10 lines
347 B
C
10 lines
347 B
C
#ifndef __ruamoko_key_h
|
|
#define __ruamoko_key_h
|
|
|
|
#include "QF/keys.h"
|
|
@extern string Key_SetBinding (string imt, int keynum, string binding);
|
|
@extern int Key_LookupBinding (string imt, int bindnum, string binding);
|
|
@extern int Key_CountBinding (string imt, string binding);
|
|
@extern string Key_KeynumToString (int keynum);
|
|
|
|
#endif//__ruamoko_key_h
|