]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/example/example.factor
move alut stuff to openal.alut so alut only gets deployed if we use it
[factor.git] / extra / synth / example / example.factor
old mode 100644 (file)
new mode 100755 (executable)
index 747cfb9..e09d903
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays kernel namespaces make openal sequences
+USING: accessors arrays kernel namespaces make openal openal.alut sequences
 synth synth.buffers ;
 IN: synth.example