boids: adjust 'USING:' line
parent
a100968f03
commit
5a99526598
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
USING: combinators.short-circuit kernel namespaces
|
USING: kernel namespaces
|
||||||
math
|
math
|
||||||
math.constants
|
math.constants
|
||||||
math.functions
|
math.functions
|
||||||
|
@ -10,6 +10,7 @@ USING: combinators.short-circuit kernel namespaces
|
||||||
math.physics.vel
|
math.physics.vel
|
||||||
combinators arrays sequences random vars
|
combinators arrays sequences random vars
|
||||||
combinators.lib
|
combinators.lib
|
||||||
|
combinators.short-circuit
|
||||||
accessors ;
|
accessors ;
|
||||||
|
|
||||||
IN: boids
|
IN: boids
|
||||||
|
|
Loading…
Reference in New Issue