mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-23 14:06:14 +01:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user