X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fopengl%2Fopengl.factor;h=4f1910eee5a3c24fac278278e253cb7271010a86;hp=bb63cab67834b5792ed66d68cbe42a7a0b2082d2;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/opengl/opengl.factor b/basis/opengl/opengl.factor index bb63cab678..4f1910eee5 100644 --- a/basis/opengl/opengl.factor +++ b/basis/opengl/opengl.factor @@ -3,7 +3,7 @@ ! Portions copyright (C) 2008 Joe Groff. ! See http://factorcode.org/license.txt for BSD license. USING: alien alien.c-types alien.data assocs colors -combinators.smart continuations init io kernel math +combinators.smart continuations io kernel math math.functions math.parser namespaces opengl.gl sequences sequences.generalizations specialized-arrays system words ; FROM: alien.c-types => float ;