mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
5 lines
141 B
R
5 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;
|