OSDN Git Service

- Add new HUD message definitions to zdefs.acs.
[zandronum/zandronum-acc.git] / common.h
index 081cd78..786d3f7 100644 (file)
--- a/common.h
+++ b/common.h
 \r
 #define MAX_IMPORTS 256\r
 \r
+// Max number of include paths the user can specify\r
+// This includes the "working directory"!\r
+#define MAX_INCLUDE_PATHS 16\r
+\r
 // Maximum number of translations that can be used\r
 #define MAX_TRANSLATIONS 32\r
 \r
@@ -64,6 +68,7 @@ enum
        STRLIST_PICS,\r
        STRLIST_FUNCTIONS,\r
        STRLIST_MAPVARS,\r
+       STRLIST_NAMEDSCRIPTS,\r
 \r
        NUM_STRLISTS\r
 };\r