]> gitweb.factorcode.org Git - factor.git/commitdiff
gml.viewer: fix using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Dec 2014 22:45:31 +0000 (14:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Dec 2014 22:45:31 +0000 (14:45 -0800)
extra/gml/viewer/viewer.factor

index 8142997b94273c178929d1a6f7b18be891b2be5d..7e9684b5bbc00fda4613604a36f0f029fe7bbb0f 100644 (file)
@@ -1,14 +1,14 @@
-USING: accessors alien.c-types alien.data.map arrays assocs\r
-byte-arrays colors combinators combinators.short-circuit\r
-destructors euler.b-rep euler.b-rep.triangulation fry\r
-game.input game.loop game.worlds game.models.half-edge gml.printer\r
-gpu gpu.buffers gpu.framebuffers gpu.render gpu.shaders gpu.state\r
-gpu.util.wasd hashtables images kernel literals locals math\r
-math.ranges math.vectors math.vectors.conversion math.vectors.simd\r
-math.vectors.simd.cords method-chains models sequences sets\r
-specialized-arrays specialized-vectors typed math.order namespaces\r
-ui ui.gadgets.worlds ui.gestures ui.pixel-formats growable vectors\r
-alien.data ;\r
+USING: accessors alien.c-types alien.data alien.data.map arrays\r
+assocs byte-arrays colors combinators combinators.short-circuit\r
+destructors euler.b-rep euler.b-rep.triangulation fry game.input\r
+game.loop game.models.half-edge game.worlds gml.printer gpu\r
+gpu.buffers gpu.framebuffers gpu.render gpu.shaders gpu.state\r
+gpu.util.wasd growable images kernel literals locals math\r
+math.order math.ranges math.vectors math.vectors.conversion\r
+math.vectors.simd math.vectors.simd.cords method-chains models\r
+namespaces sequences sets specialized-vectors typed ui\r
+ui.gadgets ui.gadgets.worlds ui.gestures ui.pixel-formats\r
+vectors ;\r
 FROM: math.matrices => m.v ;\r
 FROM: models => change-model ;\r
 SPECIALIZED-VECTORS: ushort float-4 ;\r