mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 20:17:54 +00:00
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "example-1.dmm"
|
|
#include "example-2.dmm"
|
|
|
|
#include "example_defines.dm"
|
|
#include "example_elevator.dm"
|
|
#include "example_areas.dm"
|
|
|
|
|
|
#define USING_MAP_DATUM /datum/map/example
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Northern Star
|
|
|
|
#endif |