mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
4bd37e7b64
Doxygen hates the QuakeC-style function prototypes we use, so switch to the C-style prototypes.
7 lines
203 B
C
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
|