Fix using list
parent
82ac7e4e32
commit
d8ab5edb83
|
|
@ -1,8 +1,8 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (c)2009 Joe Groff bsd license
|
||||||
USING: accessors audio.engine combinators destructors fry
|
USING: accessors audio.engine combinators concurrency.promises
|
||||||
game.input game.loop generic kernel math parser sequences
|
destructors fry game.input game.loop generic kernel math parser
|
||||||
threads ui ui.gadgets ui.gadgets.worlds ui.gestures words
|
sequences threads ui ui.gadgets ui.gadgets.worlds ui.gestures
|
||||||
words.constant ;
|
words words.constant ;
|
||||||
IN: game.worlds
|
IN: game.worlds
|
||||||
|
|
||||||
TUPLE: game-world < world
|
TUPLE: game-world < world
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue