quakeforge/ruamoko/include/key.h
Bill Currie 2e8d9e7636 Correct the menu code to sortof work with the new IMTs.
The menu code at least compiles now. It should work for the default IMT
tables (ie, if imt_0 is there).
2013-01-16 20:31:46 +09:00

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