summaryrefslogtreecommitdiff
path: root/examples/particles.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
commit5897dc466ca264576acf342c13448b8dcee353bd (patch)
treecbe4d0f3d8182d70da65f688336d3b117519ddcf /examples/particles.scm
parent7a4ecf0b8cf11cf219fef36c00b188c9750dd4d9 (diff)
Update examples.
Diffstat (limited to 'examples/particles.scm')
-rw-r--r--examples/particles.scm12
1 files changed, 5 insertions, 7 deletions
diff --git a/examples/particles.scm b/examples/particles.scm
index 555e185..53f9d54 100644
--- a/examples/particles.scm
+++ b/examples/particles.scm
@@ -1,14 +1,12 @@
;; load the SDL module and some useful srfi's
-(use-modules ((sdl sdl) #:prefix SDL:)
- (figl gl)
- (srfi srfi-1)
+(use-modules (srfi srfi-1)
(srfi srfi-9)
- (ice-9 format)
- (2d sprite)
(2d game-loop)
- (2d window)
+ (2d helpers)
+ (2d sprite)
+ (2d texture)
(2d vector)
- (2d helpers))
+ (2d window))
(set! *random-state* (random-state-from-platform))
(init-2d)