mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 20:21:41 +00:00
8 lines
235 B
C
8 lines
235 B
C
|
void GIB_AddInstruction (char *name, gib_func_t func);
|
||
|
gib_inst_t *GIB_Find_Instruction (char *name);
|
||
|
void GIB_Init_Instructions (void);
|
||
|
int GIB_Echo_f (void);
|
||
|
int GIB_Call_f (void);
|
||
|
int GIB_VarPrint_f (void);
|
||
|
int GIB_Return_f (void);
|