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