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