Files
CHOMPStation2/maps/example/example.dm
Casey 9513e967a1 Merge pull request #13017 from ItsSelis/selis-example-warning-patch
Adds compiler warning for the example map
2022-05-29 17:46:16 +00:00

19 lines
372 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
#warn Please uncheck example before committing
#elif !defined(MAP_OVERRIDE)
#warn A map has already been included, ignoring Northern Star
#endif