Ready for performance test
[lodematron.git] / package.lisp
blobc5af862d1f7d973a1fdcf07c6d9715440fc5db1c
1 ;;;; package.lisp
2 (in-package :cl-user)
4 (defpackage :lodematron
5 (:use :cl :cl-tuples :mixamesh :ieee-floats :iterate)
6 (:export #:read-value
7 #:write-value
8 #:define-binary-class
9 #:null-terminate
10 #:string-id
11 #:id-string
12 #:parse-md2-file
13 #:md2-mesh
14 #:uvs-tris-of
15 #:uvs-of
16 #:pose
17 #:repose))
19 (in-package :lodematron)