]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/bunny/model/model.factor
Specialized array overhaul
[factor.git] / extra / bunny / model / model.factor
index 387193690270436f674a6a313112882f4270a671..dd6730b57f1382d41f9592fb8460eeda57946589 100755 (executable)
@@ -2,8 +2,9 @@ USING: accessors alien.c-types arrays combinators destructors
 http.client io io.encodings.ascii io.files io.files.temp kernel
 math math.matrices math.parser math.vectors opengl
 opengl.capabilities opengl.gl opengl.demo-support sequences
-splitting vectors words specialized-arrays.float
-specialized-arrays.uint ;
+splitting vectors words specialized-arrays ;
+SPECIALIZED-ARRAY: float
+SPECIALIZED-ARRAY: uint
 IN: bunny.model
 
 : numbers ( str -- seq )