mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-24 06:26:13 +01:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
#if defined(MAP_OVERRIDE_CONSTRUCTION)
|
|
#include "construction.dm"
|
|
#elif defined(MAP_OVERRIDE_DESTINY)
|
|
#include "destiny.dm"
|
|
#elif defined(MAP_OVERRIDE_TEST)
|
|
#include "testmap.dm"
|
|
#else
|
|
#include "standard.dm"
|
|
#endif |