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

break map reader into its own class

This commit is contained in:
2024-04-10 02:49:52 +10:00
parent 385f7b069f
commit c2e9f5c974
5 changed files with 208 additions and 192 deletions

View File

@@ -4,6 +4,7 @@ add_executable(tmx2gba
tmxlayer.hpp
tmxobject.hpp
tmxtileset.hpp
tmxmap.hpp tmxmap.cpp
tmxreader.hpp tmxreader.cpp
convert.hpp convert.cpp
headerwriter.hpp headerwriter.cpp