boids: adjust 'USING:' line

db4
Eduardo Cavazos 2008-11-19 21:15:29 -06:00
parent a100968f03
commit 5a99526598
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: combinators.short-circuit kernel namespaces
USING: kernel namespaces
math
math.constants
math.functions
@ -10,6 +10,7 @@ USING: combinators.short-circuit kernel namespaces
math.physics.vel
combinators arrays sequences random vars
combinators.lib
combinators.short-circuit
accessors ;
IN: boids