mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
8 lines
362 B
R
8 lines
362 B
R
#include "gib.h"
|
|
|
|
void (string name, void (integer argc, string [] argv) func) GIB_Builtin_Add = #0;
|
|
integer (string value) GIB_Return = #0;
|
|
integer (void) GIB_Handle_Class_New = #0;
|
|
integer (void [] data, integer class) GIB_Handle_New = #0;
|
|
void [] (integer handle, integer class) GIB_Handle_Get = #0;
|
|
void (integer handle, integer class) GIB_Handle_Free = #0;
|