Add XMLUtils.cpp and XMLUtils.h

These XML functions will be useful for de-duplicating copy-pasted XML
handling code, while also making it so elements will get updated in
place instead of being thrown out and starting from scratch every time a
file is saved.
This commit is contained in:
Misa
2020-09-25 09:08:20 -07:00
committed by Ethan Lee
parent a1957fa518
commit cb2f72fd8e
3 changed files with 170 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ SET(VVV_SRC
src/Tower.cpp
src/UtilityClass.cpp
src/WarpClass.cpp
src/XMLUtils.cpp
src/main.cpp
src/Network.c
)