mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
a12fa85506
stringh: I'm not really that keen on those interfaces and I'ld like to see them go away) and create libcsqc for most of it (key goes into gui)
6 lines
290 B
R
6 lines
290 B
R
#include "key.h"
|
|
|
|
string (integer target, integer keynum, string binding) Key_SetBinding = #0;
|
|
integer (integer target, integer bindnum, string binding) Key_LookupBinding = #0;
|
|
integer (integer target, string binding) Key_CountBinding = #0;
|
|
string (integer keynum) Key_KeynumToString = #0;
|