From 68cfa46618e61a34b1061638d76a639a9b9d5f81 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 30 Mar 2014 20:34:23 -0400 Subject: Import math module in (2d color) module. * 2d/color.scm: Import (2d color). --- 2d/color.scm | 1 + 1 file changed, 1 insertion(+) (limited to '2d') 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 ( make-color color? -- cgit v1.2.3