summaryrefslogtreecommitdiffstats
path: root/src/resources/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-11-18 03:13:38 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-18 03:13:38 (EST)
commit4c07bd8b98a3ac0dd9422a36f63c109b28d28ab5 (patch)
treeb8f465df57f009f0383e32e414b9dd3d703f22bb /src/resources/local.mk
parent7ec94ed7c6803ae75d73e2a9ec7e54eaa2a97379 (diff)
downloadoverworld-rpg-4c07bd8b98a3ac0dd9422a36f63c109b28d28ab5.zip
overworld-rpg-4c07bd8b98a3ac0dd9422a36f63c109b28d28ab5.tar.gz
overworld-rpg-4c07bd8b98a3ac0dd9422a36f63c109b28d28ab5.tar.bz2
Split up src/resources/map.c.
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.
Diffstat (limited to 'src/resources/local.mk')
-rw-r--r--src/resources/local.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/local.mk b/src/resources/local.mk
index dcb9824..9f68f21 100644
--- a/src/resources/local.mk
+++ b/src/resources/local.mk
@@ -6,4 +6,8 @@ sdlex_SOURCES += \
src/resources/palette.c \
src/resources/palette.h \
src/resources/resource.c \
- src/resources/resource.h
+ src/resources/resource.h \
+ src/resources/tileset.c \
+ src/resources/tileset.h \
+ src/resources/tmx.c \
+ src/resources/tmx.h