mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Automatic TGS DMAPI Update (#74795) This pull request updates the TGS DMAPI to the latest version. Please note any breaking or unimplemented changes before merging. Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com> * Automatic TGS DMAPI Update --------- Co-authored-by: orange man <61334995+comfyorange@users.noreply.github.com> Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>
22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
#include "core\_definitions.dm"
|
|
#include "core\core.dm"
|
|
#include "core\datum.dm"
|
|
#include "core\tgs_version.dm"
|
|
|
|
#ifdef TGS_V3_API
|
|
#include "v3210\api.dm"
|
|
#include "v3210\commands.dm"
|
|
#endif
|
|
|
|
#include "v4\api.dm"
|
|
#include "v4\commands.dm"
|
|
|
|
#include "v5\_defines.dm"
|
|
#include "v5\api.dm"
|
|
#include "v5\bridge.dm"
|
|
#include "v5\chunking.dm"
|
|
#include "v5\commands.dm"
|
|
#include "v5\serializers.dm"
|
|
#include "v5\topic.dm"
|
|
#include "v5\undefs.dm"
|