mirror of
https://github.com/id-Software/wolf3d.git
synced 2026-03-19 16:39:29 +01:00
15 lines
240 B
C
15 lines
240 B
C
///////////////////////////////////////
|
|
//
|
|
// TED5 Map Header for SDM
|
|
//
|
|
///////////////////////////////////////
|
|
|
|
//
|
|
// Map Names
|
|
//
|
|
typedef enum {
|
|
TUNNELS_1_MAP, // 0
|
|
TUNNELS_2_MAP, // 1
|
|
LASTMAP
|
|
} mapnames;
|