processing.shapes: fix using.

db4
John Benediktsson 2014-10-24 22:32:54 -07:00
parent 00ff4cd2bc
commit 7ba4df4c1f
1 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
USING: kernel namespaces arrays sequences grouping
alien.c-types
math math.vectors math.rectangles
opengl.gl opengl.glu opengl generalizations
combinators colors sequences.generalizations ;
USE: shuffle
USING: alien.c-types alien.data arrays colors grouping kernel
locals math math.vectors namespaces opengl opengl.gl opengl.glu
sequences sequences.generalizations shuffle ;
IN: processing.shapes
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!