mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
3b703db4d4
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.
4 lines
141 B
R
4 lines
141 B
R
#include "gib.h"
|
|
|
|
void (string name, void (integer argc, string [] argv) func) GIB_Builtin_Add = #0;
|
|
integer (string value) GIB_Return = #0;
|