Files
vgstation13/code/libs/db/db.dme
2014-08-01 06:37:23 -08:00

24 lines
485 B
Plaintext

// DM Environment file for Dantom.DB.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: db.html
*/
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
#define DEBUG
// END_PREFERENCES
// BEGIN_INCLUDE
#include "constants.dm"
#include "core.dm"
#include "db.dm"
// END_INCLUDE