diff options
| author | Quietust | 2012-03-15 13:00:47 -0500 |
|---|---|---|
| committer | Quietust | 2012-03-15 13:00:47 -0500 |
| commit | 52aca6e05a8a1610b6c8c31ffbbc3d25b6f57db6 (patch) | |
| tree | 7b312332a519e99c3703007255d30c648ae848bf /library/Core.cpp | |
| parent | 57a41a0debecb9bcaae136cad3987559dedb1158 (diff) | |
| download | dfhack-52aca6e05a8a1610b6c8c31ffbbc3d25b6f57db6.tar.gz dfhack-52aca6e05a8a1610b6c8c31ffbbc3d25b6f57db6.tar.bz2 dfhack-52aca6e05a8a1610b6c8c31ffbbc3d25b6f57db6.tar.xz | |
Rename "interface" to "interfacest" and just avoid all of these MSVC problems
Diffstat (limited to 'library/Core.cpp')
| -rw-r--r-- | library/Core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Core.cpp b/library/Core.cpp index 2e67fcb3..3f76036b 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -54,7 +54,7 @@ using namespace DFHack; #include "df/ui.h" #include "df/world.h" #include "df/world_data.h" -#include "df/interface.h" +#include "df/interfacest.h" #include "df/viewscreen_dwarfmodest.h" #include <df/graphic.h> |
