quakeforge/include/gib_parse.h
Bill Currie a590700249 move gib_*.h to include (internal headers)
move gib.h to include/QF
fix up the refs to gib.h
2001-05-09 20:50:38 +00:00

8 lines
298 B
C

int GIB_Get_Inst (char *start);
int GIB_Get_Arg (char *start);
int GIB_End_Quote (char *start);
int GIB_End_DQuote (char *start);
int GIB_End_Bracket (char *start);
gib_sub_t *GIB_Get_ModSub_Sub (char *modsub);
gib_module_t *GIB_Get_ModSub_Mod (char *modsub);
int GIB_ExpandEscapes (char *source);