mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
moved sdmm defines to as early as possible in env
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// Interfaces for the SpacemanDMM linter, define'd to nothing when the linter
|
||||
// is not in use.
|
||||
/**
|
||||
* SpacemanDMM dreamchecker extensions for suite 1.7
|
||||
* <https://github.com/SpaceManiac/SpacemanDMM/tree/suite-1.7/src/dreamchecker>
|
||||
*/
|
||||
|
||||
// The SPACEMAN_DMM define is set by the linter and other tooling when it runs.
|
||||
#ifdef SPACEMAN_DMM
|
||||
#define RETURN_TYPE(X) set SpacemanDMM_return_type = X
|
||||
#define SHOULD_CALL_PARENT(X) set SpacemanDMM_should_call_parent = X
|
||||
+1
-1
@@ -10,6 +10,7 @@
|
||||
#define DEBUG
|
||||
// END_PREFERENCES
|
||||
// BEGIN_INCLUDE
|
||||
#include "code\__spaceman_dmm.dm"
|
||||
#include "code\_macros.dm"
|
||||
#include "code\_map_tests.dm"
|
||||
#include "code\_unit_tests.dm"
|
||||
@@ -65,7 +66,6 @@
|
||||
#include "code\__defines\rust_g.dm"
|
||||
#include "code\__defines\shuttle.dm"
|
||||
#include "code\__defines\sound.dm"
|
||||
#include "code\__defines\spaceman_dmm.dm"
|
||||
#include "code\__defines\species_languages.dm"
|
||||
#include "code\__defines\sqlite_defines.dm"
|
||||
#include "code\__defines\subsystems.dm"
|
||||
|
||||
Reference in New Issue
Block a user