Oops, forgot these.

This commit is contained in:
Brian Koropoff 2002-11-19 04:24:09 +00:00
parent 0e0d8bd542
commit 860306e324
2 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,8 @@ SUBDIRS = QF
EXTRA_DIST = asm_i386.h alsa_funcs_list.h adivtab.h anorm_dots.h anorms.h \
asm_draw.h block16.h block8.h buildnum.h compat.h context_x11.h d_iface.h \
d_ifacea.h d_local.h dga_check.h exp.h fbset.h getopt.h gl_warp_sin.h \
in_win.h logos.h menu.h old_keys.h ops.h qstring.h quakeasm.h r_cvar.h \
r_dynamic.h r_local.h r_shared.h sbar.h skin_stencil.h varrays.h \
in_win.h logos.h menu.h old_keys.h ops.h qstring.h quakeasm.h regex.h \
r_cvar.h r_dynamic.h r_local.h r_shared.h sbar.h skin_stencil.h varrays.h \
vgamodes.h view.h vregset.h winquake.h world.h \
\
win32/fnmatch.h \

View file

@ -34,6 +34,7 @@ inline qboolean GIB_Escaped (const char *str, int i);
char GIB_Parse_Match_Brace (const char *str, unsigned int *i);
char GIB_Parse_Match_Backtick (const char *str, unsigned int *i);
char GIB_Parse_Match_Index (const char *str, unsigned int *i);
char GIB_Parse_Match_Paren (const char *str, unsigned int *i);
void GIB_Parse_Strip_Comments (struct cbuf_s *cbuf);
void GIB_Parse_Extract_Line (struct cbuf_s *cbuf);