diff options
author | David Thompson <dthompson@member.fsf.org> | 2014-03-30 20:34:23 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2014-03-30 20:34:23 -0400 |
commit | 68cfa46618e61a34b1061638d76a639a9b9d5f81 (patch) | |
tree | 173df6b7377b732a6c25a189ae41b7874fed6e70 /2d | |
parent | 0f24bdf11f806d7b4ad19e256cf1d5f0cda1b5e4 (diff) |
Import math module in (2d color) module.
* 2d/color.scm: Import (2d color).
Diffstat (limited to '2d')
-rw-r--r-- | 2d/color.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/color.scm b/2d/color.scm index e52cf48..6fe236d 100644 --- a/2d/color.scm +++ b/2d/color.scm @@ -25,6 +25,7 @@ #:use-module (gl) #:use-module (srfi srfi-9) #:use-module (srfi srfi-1) + #:use-module (2d math) #:export (<color> make-color color? |