summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-01-19 21:39:06 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-01-19 21:39:06 -0500
commit3da9a018f309be7d85a0c8818bd8e705c599a35b (patch)
tree4a0f8112e911ed062b6aea07bb59da58ac73eedd /Makefile.am
parent73d90b88e375d5b0a8c68c83f3dcc1e681f009eb (diff)
render: Add tile-map module.
* sly/render/tile-map.scm: New file. * Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c931db2..59b59a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ SOURCES = \
sly/render/shape.scm \
sly/render/sprite.scm \
sly/render/tileset.scm \
+ sly/render/tile-map.scm \
sly/render/context.scm \
$(WRAPPER_SOURCES)