]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
AUTHORS
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index e874ad454ac3f06e052e95b259cc40d0224af244..5edaeae14bd8172c9f0bcbf98d007c0d94174e7a 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -484,4 +484,6 @@ enum {
 };
 extern int opts_debug;
 extern int opts_memchk;
+extern int opts_darkplaces_stringtablebug;
+extern int opts_omit_nullcode;
 #endif