mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "example-1.dmm"
|
|
#include "example-2.dmm"
|
|
|
|
#include "example_defines.dm"
|
|
|
|
#define USING_MAP_DATUM /datum/map/example
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Northern Star
|
|
|
|
#endif |