From 5897dc466ca264576acf342c13448b8dcee353bd Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 22 Jul 2013 19:33:36 -0400 Subject: Update examples. --- examples/particles.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'examples/particles.scm') 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) -- cgit v1.2.3