Fix using list

db4
Doug Coleman 2010-06-21 12:33:34 -05:00
parent 82ac7e4e32
commit d8ab5edb83
1 changed files with 4 additions and 4 deletions

View File

@ -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