game-of-life: cleanup using.
parent
6a215adbbb
commit
b29a99d03f
|
@ -2,11 +2,11 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
|
|
||||||
USING: accessors arrays assocs bit-arrays byte-arrays calendar
|
USING: accessors arrays assocs bit-arrays byte-arrays calendar
|
||||||
colors.constants combinators combinators.short-circuit fry
|
colors.constants combinators fry kernel kernel.private locals
|
||||||
kernel kernel.private locals math math.order math.private
|
math math.order math.private math.ranges namespaces opengl
|
||||||
math.ranges namespaces opengl random sequences sequences.private
|
random sequences sequences.private timers ui ui.commands
|
||||||
timers ui ui.commands ui.gadgets ui.gadgets.toolbar
|
ui.gadgets ui.gadgets.toolbar ui.gadgets.tracks ui.gestures
|
||||||
ui.gadgets.tracks ui.gestures ui.render words ;
|
ui.render words ;
|
||||||
|
|
||||||
IN: game-of-life
|
IN: game-of-life
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue