1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

replace rapidxml uses with pugixml

This commit is contained in:
2024-04-10 06:31:43 +10:00
parent c2e9f5c974
commit e6bb098e15
14 changed files with 116 additions and 3499 deletions

View File

@@ -41,7 +41,6 @@ else()
endif()
add_subdirectory(ext/base64)
add_subdirectory(ext/rapidxml)
# Main tmx2gba sources
add_subdirectory(src)