mirror of
https://github.com/id-Software/wolf3d.git
synced 2026-03-20 00:49:34 +01:00
The Wolfenstein 3D source as originally released.
This commit is contained in:
16
WOLFSRC/MAPSWLF.H
Normal file
16
WOLFSRC/MAPSWLF.H
Normal 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;
|
||||
Reference in New Issue
Block a user