]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/gl/gl.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / tetris / gl / gl.factor
index 561af386f491016604c5fbe7f6393d37941623d2..f8f6a5a9454793443b9fdf95f45429607932ceb1 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2006, 2007, 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays colors colors.constants combinators
-kernel math opengl opengl.gl sequences tetris.game tetris.piece
-;
+
+USING: accessors arrays colors combinators kernel math opengl
+opengl.gl sequences tetris.game tetris.piece ;
 
 IN: tetris.gl