]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pong/pong.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / pong / pong.factor
index 1e8c7c990fe8bdc546a81ec1f36383f21c67a193..1ceedbe45f1ea5f9b4f41d97bf2c9b111c8082ee 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors arrays calendar colors.constants
 combinators.short-circuit fonts fry kernel literals locals math
-math.order math.ranges math.vectors namespaces opengl random
+math.order ranges math.vectors namespaces opengl random
 sequences timers ui ui.commands ui.gadgets ui.gadgets.worlds
 ui.gestures ui.pens.solid ui.render ui.text ;