More work on lwo loading. Useful bit - destructuring macro.
[lodematron.git] / cl-lwo.asd
blobd3ab703fbb40485882060e11a1b27dc69a8dd2e4
1 ;;;; lwo.asd
2 (in-package :asdf)
4 (asdf:defsystem :cl-lwo
5   :depends-on ( :iterate :ieee-floats )
6   :serial t
7   :components 
8   ((:file "package")  
9    (:file "utils")
10    (:file "lwo-binary")
11    (:file "lwo-read" )  
12    (:file "lwo-write" ) 
13    (:file "lwo-rw" )
14    (:file "file-3ds")
15    (:file "file-lwo")))