Implement writing terrain definitions to XML
This commit is contained in:
@@ -42,4 +42,12 @@ namespace ticpp {
|
||||
};
|
||||
}
|
||||
|
||||
template<> inline void ticpp::Printer::PushAttribute(std::string attrName, bool attrVal) {
|
||||
PushAttribute(attrName, attrVal ? "true" : "false");
|
||||
}
|
||||
|
||||
template<> inline void ticpp::Printer::PushText(bool textVal) {
|
||||
PushText(textVal ? "true" : "false");
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user