mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
8 lines
203 B
C
8 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
|