Files
2016-03-06 20:52:14 +01:00

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