summaryrefslogtreecommitdiff
path: root/sly/window.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:11:53 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:14:54 -0500
commitd371b26178d98001beaec3429bc65ad892bd31a1 (patch)
tree844884ca27ce7db4d1682b25bf432acba5ae2209 /sly/window.scm
parent232b8b81e91367e8a32361e51df97446ba6f2ae1 (diff)
math: Move transform module to sly/math directory.
* sly/transform.scm: Delete. * sly/render/transform.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * sly/render/camera.scm: Use (sly math transform). * sly/render/mesh.scm: Likewise. * sly/render/renderer.scm: Likewise. * sly/render/scene.scm: Likewise. * sly/render/shader.scm: Likewise. * sly/window.scm: Likewise. * examples/simple.scm: Likewise.
Diffstat (limited to 'sly/window.scm')
-rw-r--r--sly/window.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sly/window.scm b/sly/window.scm
index 10aee4d..bb41661 100644
--- a/sly/window.scm
+++ b/sly/window.scm
@@ -27,7 +27,7 @@
#:use-module ((sdl mixer) #:prefix SDL:)
#:use-module (sly event)
#:use-module (sly signal)
- #:use-module (sly transform)
+ #:use-module (sly math transform)
#:use-module (sly math vector)
#:export (make-window
window?