diff options
Diffstat (limited to 'src/doomdef.h')
-rw-r--r-- | src/doomdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doomdef.h b/src/doomdef.h index acd2a5d6..87021ae2 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -105,6 +105,7 @@ typedef enum { exe_doom_1_9, // Doom 1.9: used for shareware, registered and commercial exe_ultimate, // Ultimate Doom (retail) + exe_chex, // Chex Quest executable (based on Ultimate Doom) exe_final, // Final Doom } GameVersion_t; |