]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/openal/alut/alut.factor
factor: trim using lists
[factor.git] / extra / openal / alut / alut.factor
index 97bedc4c4701cb8a63f7ec6154ee984b9ab63079..be97a6474352c3e55226c6f4a29f141e7f06682e 100644 (file)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel accessors arrays alien system combinators
-alien.syntax namespaces alien.c-types sequences vocabs
-shuffle openal openal.alut.backend alien.libraries generalizations
-specialized-arrays alien.destructors ;
-FROM: alien.c-types => float short ;
+USING: alien alien.c-types alien.libraries alien.syntax
+combinators kernel namespaces openal openal.alut.backend
+specialized-arrays system vocabs ;
 SPECIALIZED-ARRAY: uint
+FROM: alien.c-types => float short ;
 IN: openal.alut
 
 << "alut" {