mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
* Updates the TGS DM API to 7.0.1 * Update code/__defines/tgs.dm Co-authored-by: Erki <skull132@users.noreply.github.com> * Add rust_g.so * Update rust_g detection with method from tg Co-authored-by: Werner <Arrow768@users.noreply.github.com> Co-authored-by: Erki <skull132@users.noreply.github.com>
18 lines
336 B
Plaintext
18 lines
336 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\commands.dm"
|
|
#include "v5\undef.dm"
|