quakeforge/ruamoko/include/gib.h
Brian Koropoff 3b703db4d4 Added the beginnings of an interface between Ruamoko and GIB. Although the
API is by no means finalized, it's now possible to write GIB builtins in
Ruamoko that can take arguments and return values to GIB.
2003-04-13 20:43:52 +00:00

7 lines
203 B
C

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