mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
7 lines
201 B
C
7 lines
201 B
C
#ifndef __ruamoko_gib_h
|
|
#define __ruamoko_gib_h
|
|
|
|
@extern void GIB_Builtin_Add (string name, void func (integer argc, string *argv));
|
|
@extern integer GIB_Return (string value);
|
|
|
|
#endif//__ruamoko_gib_h
|