Files
Paradise/code/modules/tgs/core/_definitions.dm
AffectedArc07 266e15ee40 Upgrades TGS DMAPI to 7.0.0 (#23657)
* Upgardes TGS DMAPI to 7.0.0

* Fix spacing

* For this
2023-12-25 19:48:21 +00:00

11 lines
250 B
Plaintext

#if DM_VERSION < 510
#error The TGS DMAPI does not support BYOND versions < 510!
#endif
#define TGS_UNIMPLEMENTED "___unimplemented"
#define TGS_VERSION_PARAMETER "server_service_version"
#ifndef TGS_DEBUG_LOG
#define TGS_DEBUG_LOG(message)
#endif