summaryrefslogtreecommitdiff
path: root/examples/text.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-08-20 21:50:41 -0400
committerDavid Thompson <dthompson2@worcester.edu>2018-08-23 08:01:11 -0400
commit517d129719e1f5210e1e0c8ff6e597284b41a599 (patch)
tree89a1766abe394fb4b7216dbe548b08b5b644d04c /examples/text.scm
parenteceae08c4f6985c3cc30191ab33b22302578b81e (diff)
Move SDL game loop implementation to its own module.
Diffstat (limited to 'examples/text.scm')
-rw-r--r--examples/text.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/text.scm b/examples/text.scm
index 74c2301..0903a90 100644
--- a/examples/text.scm
+++ b/examples/text.scm
@@ -1,6 +1,7 @@
(use-modules (chickadee)
(chickadee math vector)
- (chickadee render font))
+ (chickadee render font)
+ (chickadee sdl))
(define font #f)