]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/jamshred/jamshred.factor
factor: trim using lists
[factor.git] / extra / jamshred / jamshred.factor
index 339ad1f5514688d23bec22a86135dbe7570f5a26..ace5f2e9e30efdcc2bcd1328bf6ce5f41f829087 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2007, 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays calendar jamshred.game jamshred.gl
-jamshred.player jamshred.log kernel math math.constants
-math.rectangles math.vectors namespaces sequences threads ui
-ui.backend ui.gadgets ui.gadgets.worlds ui.gestures ui.render ;
+jamshred.player kernel math math.constants math.vectors
+namespaces sequences threads ui ui.gadgets ui.gadgets.worlds
+ui.gestures ui.render ;
 IN: jamshred
 
 TUPLE: jamshred-gadget < gadget { jamshred jamshred } last-hand-loc ;