quakeforge/ruamoko/include/gib.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
203 B
C

#ifndef __ruamoko_gib_h
#define __ruamoko_gib_h
@extern void GIB_Builtin_Add (string name, void (integer argc, string [] argv) func);
@extern integer GIB_Return (string value);
#endif//__ruamoko_gib_h