]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Actually works now
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index d6055dbeedf2d27ac8e8a9061744302027fcb515..dc691046294917e35cde7b31d40b09f1ad4c824b 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1129,6 +1129,7 @@ typedef enum {
     COMPILER_QCC,     /* circa  QuakeC */
     COMPILER_FTEQCC,  /* fteqcc QuakeC */
     COMPILER_QCCX,    /* qccx   QuakeC */
+    COMPILER_HCODE,   /* hcode  QuakeC */
     COMPILER_GMQCC    /* this   QuakeC */
 } opts_std_t;