]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/jamshred/player/player.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / jamshred / player / player.factor
index 8601cb231f81c100cfbd595df7ba23f71c0844cd..0abb77b1038275946d4d1fb2342aeca537be4ed8 100644 (file)
@@ -1,9 +1,11 @@
 ! Copyright (C) 2007, 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors colors.constants combinators jamshred.log
-jamshred.oint jamshred.sound jamshred.tunnel kernel locals math
-math.constants math.order ranges math.vectors math.matrices
-sequences shuffle specialized-arrays strings system ;
+
+USING: accessors colors combinators jamshred.log jamshred.oint
+jamshred.sound jamshred.tunnel kernel locals math math.constants
+math.order ranges math.vectors math.matrices sequences shuffle
+specialized-arrays strings system ;
+
 QUALIFIED-WITH: alien.c-types c
 SPECIALIZED-ARRAY: c:float
 IN: jamshred.player