mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 07:27:18 +01:00
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
// DM Environment file for DMAPITravisTester.dme.
|
|
// All manual changes should be made outside the BEGIN_ and END_ blocks.
|
|
// New source code should be placed in .dm files: choose File/New --> Code File.
|
|
|
|
// BEGIN_INTERNALS
|
|
// END_INTERNALS
|
|
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "Config.dm"
|
|
#include "DMAPI\server_tools.dm"
|
|
#include "DMAPI\st_commands.dm"
|
|
#include "DMAPI\st_interface.dm"
|
|
#include "Test.dm"
|
|
// END_INCLUDE
|