]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/morse/morse.factor
move alut stuff to openal.alut so alut only gets deployed if we use it
[factor.git] / extra / morse / morse.factor
old mode 100644 (file)
new mode 100755 (executable)
index cbe3c0f..c6f1601
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors ascii assocs biassocs combinators hashtables kernel lists literals math namespaces make multiline openal parser sequences splitting strings synth synth.buffers ;
+USING: accessors ascii assocs biassocs combinators hashtables kernel lists literals math namespaces make multiline openal openal.alut parser sequences splitting strings synth synth.buffers ;
 IN: morse
 
 ERROR: no-morse-ch ch ;