quakeforge/ruamoko/include/infokey.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

7 lines
197 B
C

#ifndef __ruamoko_infokey_h
#define __ruamoko_infokey_h
@extern string infokey (entity e, string key);
@extern void setinfokey (entity ent, string key, string value);
#endif//__ruamoko_infokey_h