From f643b1bbfd1235a5b40029ea3589d0c4f377fd4c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 21 Jun 2010 12:33:34 -0500 Subject: [PATCH] Fix using list --- extra/game/worlds/worlds.factor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/game/worlds/worlds.factor b/extra/game/worlds/worlds.factor index a04ac3f195..b327846d94 100644 --- a/extra/game/worlds/worlds.factor +++ b/extra/game/worlds/worlds.factor @@ -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