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