mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 11:42:27 +00:00
* Update TGS DMAPI (#54872) * Automatic TGS DMAPI Update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
18 lines
337 B
Plaintext
18 lines
337 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\undefs.dm"
|