Fix using list

Doug Coleman 2010-06-21 12:33:34 -05:00
parent 207fa5de49
commit f643b1bbfd
1 changed files with 4 additions and 4 deletions

View File

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