mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-12 17:59:50 +01:00
266e15ee40
* Upgardes TGS DMAPI to 7.0.0 * Fix spacing * For this
11 lines
250 B
Plaintext
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
|