quakeforge/ruamoko/include/key.h
Jeff Teunissen 4bd37e7b64 Switch to C-style function declarations.
Doxygen hates the QuakeC-style function prototypes we use, so switch to the
C-style prototypes.
2010-12-11 20:31:59 -05:00

10 lines
379 B
C

#ifndef __ruamoko_key_h
#define __ruamoko_key_h
#include "QF/keys.h"
@extern string Key_SetBinding (integer target, integer keynum, string binding);
@extern integer Key_LookupBinding (integer target, integer bindnum, string binding);
@extern integer Key_CountBinding (integer target, string binding);
@extern string Key_KeynumToString (integer keynum);
#endif//__ruamoko_key_h