diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-08-20 21:50:41 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-08-23 08:01:11 -0400 |
commit | 517d129719e1f5210e1e0c8ff6e597284b41a599 (patch) | |
tree | 89a1766abe394fb4b7216dbe548b08b5b644d04c /examples/tiled.scm | |
parent | eceae08c4f6985c3cc30191ab33b22302578b81e (diff) |
Move SDL game loop implementation to its own module.
Diffstat (limited to 'examples/tiled.scm')
-rw-r--r-- | examples/tiled.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tiled.scm b/examples/tiled.scm index b5fb8b6..19332bb 100644 --- a/examples/tiled.scm +++ b/examples/tiled.scm @@ -2,6 +2,7 @@ (chickadee math vector) (chickadee math rect) (chickadee render tiled) + (chickadee sdl) (ice-9 match)) (define map #f) |