Files
Bubberstation/tools/SS13SmoothingCutter/SS13SmoothingCutter.dme
Remie Richards 1606e63a3f Adds a tool to cut up an input dmi into a smoothing dmi (#22082)
* Adds a tool to cut up an input dmi into a smoothing dmi

* Now handles (New) diagonals! Now includes ExampleDiagInput.dmi, No longer strict on number of states, but instead queries the user.
2016-12-13 14:41:45 +13:00

20 lines
407 B
Plaintext

// DM Environment file for SS13SmoothingCutter.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
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
#define DEBUG
// END_PREFERENCES
// BEGIN_INCLUDE
#include "Cutter.dm"
// END_INCLUDE