Added maptick.

This commit is contained in:
Putnam
2021-01-06 23:55:06 -08:00
parent f0b3ad7a22
commit 555c384d73
9 changed files with 20 additions and 14 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
#define EXTOOLS (world.system_type == MS_WINDOWS ? "byond-extools.dll" : "libbyond-extools.so")
#define AUXTOOLS (world.system_type == MS_WINDOWS ? "auxmos.dll" : "auxmos.so")
#define AUXMOS (world.system_type == MS_WINDOWS ? "auxmos.dll" : "auxmos.so")
#define AUXMAPTICK ((world.system_type == MS_WINDOWS ? "auxmaptick.dll" : "auxmaptick.so"))