diff options
| author | Alexander Gavrilov | 2012-01-19 14:30:22 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-01-19 14:30:22 +0400 |
| commit | 7db467a740509cb60f0ca7a996dc45265694cfc7 (patch) | |
| tree | 03571750bc990b83868bd87f620c3ac5c5d11f57 /plugins/cleaners.cpp | |
| parent | d75292acc77b7e23f6aa9d8771aa89592dac0b45 (diff) | |
| download | dfhack-7db467a740509cb60f0ca7a996dc45265694cfc7.tar.gz dfhack-7db467a740509cb60f0ca7a996dc45265694cfc7.tar.bz2 dfhack-7db467a740509cb60f0ca7a996dc45265694cfc7.tar.xz | |
Update code to accomodate the new coord/coord2d/coord_path structs.
Also replicate the methods of DFCoord.
Diffstat (limited to 'plugins/cleaners.cpp')
| -rw-r--r-- | plugins/cleaners.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/cleaners.cpp b/plugins/cleaners.cpp index 1ee4b340..9351d15e 100644 --- a/plugins/cleaners.cpp +++ b/plugins/cleaners.cpp @@ -10,6 +10,7 @@ #include "df/block_square_event_material_spatterst.h" #include "df/item_actual.h" #include "df/unit.h" +#include "df/unit_spatter.h" #include "df/matter_state.h" #include "df/cursor.h" #include "df/builtin_mats.h" |
