diff options
Diffstat (limited to 'setup/execute.h')
-rw-r--r-- | setup/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/execute.h b/setup/execute.h index 46301418..24711a16 100644 --- a/setup/execute.h +++ b/setup/execute.h @@ -31,6 +31,7 @@ typedef struct execute_context_s execute_context_t; #define IWAD_TNT (1 << 2) /* tnt.wad */ #define IWAD_DOOM (1 << 3) /* doom.wad */ #define IWAD_DOOM1 (1 << 4) /* doom1.wad */ +#define IWAD_CHEX (1 << 5) /* chex.wad */ execute_context_t *NewExecuteContext(void); void AddCmdLineParameter(execute_context_t *context, char *s, ...); |