diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-08 07:47:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-08-08 07:47:49 -0400 |
commit | 7520b6c061d0474793105480a89b2319461b67ee (patch) | |
tree | 693322ad83e362d4575c54d2aa675e3d409dfc58 /chickadee.scm | |
parent | 5b734df51ee6fd3882a9b6c90562d4a7bafc12e2 (diff) |
Move color module into render namespace.
Diffstat (limited to 'chickadee.scm')
-rw-r--r-- | chickadee.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee.scm b/chickadee.scm index d65a265..2a282b4 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -20,10 +20,10 @@ #:use-module (sdl2) #:use-module (sdl2 events) #:use-module (sdl2 input text) - #:use-module (chickadee color) #:use-module (chickadee math matrix) #:use-module (chickadee window) #:use-module (chickadee render) + #:use-module (chickadee render color) #:use-module (chickadee render gl) #:use-module (chickadee render gpu) #:use-module (chickadee render viewport) |