Files
Bubberstation/code/modules/tgs/includes.dm
Jordan Brown 92e399fa0b Another TGS DMAPI update (#40470)
Wew it's almost like i'm testmerging these PRs to get it working
2018-09-25 22:38:30 -07:00

10 lines
215 B
Plaintext

#include "core\_definitions.dm"
#include "core\core.dm"
#include "core\datum.dm"
#ifdef TGS_V3_API
#include "v3210\api.dm"
#include "v3210\commands.dm"
#endif
#include "v4\api.dm"
#include "v4\commands.dm"