]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
progs.src mode added
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 4487bd9392764bbecc9eac508fc676c3b8cff834..eb3958807929c49b36659e209f5249e3daecb14e 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -906,6 +906,15 @@ void printmsg  (int level, const char *name, size_t line, const char *msgtype, c
 void cvprintmsg(lex_ctx ctx, int lvl, const char *msgtype, const char *msg, va_list ap);
 void cprintmsg (lex_ctx ctx, int lvl, const char *msgtype, const char *msg, ...);
 
+/*===================================================================*/
+/*===================== parser.c commandline ========================*/
+/*===================================================================*/
+
+bool parser_init   ();
+bool parser_compile(const char *filename);
+bool parser_finish (const char *output);
+void parser_cleanup();
+
 /*===================================================================*/
 /*======================= main.c commandline ========================*/
 /*===================================================================*/