mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-21 19:46:13 +00:00
18 lines
294 B
Plaintext
18 lines
294 B
Plaintext
// Hand crafted DME, will not work if saved with DreamMaker
|
|
|
|
// BEGIN_INTERNALS
|
|
// END_INTERNALS
|
|
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "Config.dm"
|
|
#include "..\tgs_include.dm"
|
|
#include "Test.dm"
|
|
// END_INCLUDE
|