The Wolfenstein 3D source as originally released.

This commit is contained in:
Travis Bradshaw
2012-02-06 10:31:54 -06:00
commit 7137844284
113 changed files with 48280 additions and 0 deletions

16
WOLFSRC/MAPSWLF.H Normal file
View File

@@ -0,0 +1,16 @@
///////////////////////////////////////
//
// TED5 Map Header for WLF
//
///////////////////////////////////////
//
// Map Names
//
typedef enum {
LEVEL_ONE_MAP, // 0
LEVEL_TWO_MAP, // 1
LEVEL_THREE_MAP, // 2
LEVEL_FOUR_MAP, // 3
LASTMAP
} mapnames;