mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 14:42:56 +00:00
* CI now bans files with the same name * Part 1 * Warriorstar python tweaks * Part Deux * Fix unticked * fix
18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
#include "core\_definitions.dm"
|
|
#include "core\tgs_core.dm"
|
|
#include "core\tgs_datum.dm"
|
|
#include "core\tgs_version.dm"
|
|
|
|
#ifdef TGS_V3_API
|
|
#include "v3210\v3_api.dm"
|
|
#include "v3210\v3_commands.dm"
|
|
#endif
|
|
|
|
#include "v4\v4_api.dm"
|
|
#include "v4\v4_commands.dm"
|
|
|
|
#include "v5\_v5_defines.dm"
|
|
#include "v5\v5_api.dm"
|
|
#include "v5\v5_commands.dm"
|
|
#include "v5\v5_undefs.dm"
|