summaryrefslogtreecommitdiffstats
path: root/src/resources/tmx.c
Commit message (Collapse)AuthorAgeFilesLines
* Split up src/resources/map.c.P. J. McDermott2013-11-181-0/+81
src/resources/map.c defines map parsing functions. src/resources/tileset.c defines tileset (internal or external) parsing functions. src/resources/tmx.c defines common parsing functions. Also, tileset_get() is now non-static.