mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
19 lines
342 B
Plaintext
19 lines
342 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 "..\..\src\DMAPI\tgs.dm"
|
|
#include "..\..\src\DMAPI\tgs\includes.dm"
|
|
#include "Test.dm"
|
|
// END_INCLUDE
|