Files
Aurora.3/code/__linters.dm
Fluffy b2b1f0a215 Better linter inclusions (#16609)
* change + changelog

* aaaaaa

* wtf
2023-07-05 10:24:32 +00:00

13 lines
495 B
Plaintext

/*
This file is used to include linter settings, as they might be incompatible with each other.
Nothing should ever be included before this file.
*/
//SpacemanDMM suite, always included as its definitions are used downstream directly, and just nulled if SPACEMAN_DMM is not defined
#include "___linters\spaceman_dmm.dm"
//OpenDream, only included if OPENDREAM is defined, as otherwise SpacemanDMM isn't happy about the pragma directives
#ifdef OPENDREAM
#include "___linters\odlint.dm"
#endif