mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-22 06:22:20 +01:00
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
// DM Environment file for JSON.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
|
|
/*
|
|
FILE: _JSON.dm
|
|
*/
|
|
// END_INTERNALS
|
|
|
|
// BEGIN_FILE_DIR
|
|
#define FILE_DIR .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "_JSON.dm"
|
|
#include "JSON Reader.dm"
|
|
#include "JSON Writer.dm"
|
|
#ifdef __MAIN__ // BEGIN_DEMO
|
|
#include "Demo.dm"
|
|
#endif // END_DEMO
|
|
// END_INCLUDE
|
|
|