// DM Environment file for Zelda.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: 
*/
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR

// BEGIN_PREFERENCES
// END_PREFERENCES

// BEGIN_INCLUDE
#include "login.dm"
#include "mobs.dm"
#include "objects.dm"
#include "shop.dm"
#include "turf.dm"
#include "overworld.dmp"
// END_INCLUDE

