Error the DMAPI build if BYOND is too out of date

This commit is contained in:
Jordan Dominion
2023-07-08 13:34:56 -04:00
parent 4bcb3c49e7
commit ccef09d50a
+4
View File
@@ -1,2 +1,6 @@
#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"