mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
355c8ca5f0
* DMAPI Update * Fix * More changes * InitTgs * . * css * urg * fix that * some linux fixes * . * . * . * update * . * pref fixing * . * those are already sent * . * . * . * fully off * fix that * New classes & Format * make this nicer * CSS Edits * . * eh use switch * . * Update client procs.dm * Hard restart counter * Improved Staffwho style --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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
|