mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-29 23:53:15 +01:00
11 lines
260 B
Plaintext
11 lines
260 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
|