@ -298,9 +298,9 @@ namespace DFHack
}
*/
bool ReadGeology( std::vector < std::vector <uint16_t> >& assign );
vector <t_feature> global_features;
std::vector <t_feature> global_features;
// map between feature address and the read object
map <uint32_t, t_feature> local_feature_store;
std::map <uint32_t, t_feature> local_feature_store;
// map between mangled coords and pointer to feature
@ -50,6 +50,11 @@ ENDIF(UNIX)
ADD_EXECUTABLE(dfdigger digger.cpp)
TARGET_LINK_LIBRARIES(dfdigger dfhack)
# digger2 - designate for digging from a text file
# Author: rOut
ADD_EXECUTABLE(dfdigger2 digger2.cpp)
TARGET_LINK_LIBRARIES(dfdigger2 dfhack)
# itemdesignator - change some item designations (dump, forbid, on-fire) for all
# items of a given type and material
# Author: belal