annotate implementations/viewpointable/package.lisp @ 127:dc862a0c7b9c

implementations/mtp/: add mtp-object darcs-hash:20070730142106-c0ce4-1db39f1d64c3b0f779dacf3474d1385e12b2d1cc.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Mon, 30 Jul 2007 15:21:06 +0100
parents b4f4df48337d
children 3b36cf79b525
rev   line source
d@116 1 (cl:defpackage #:amuse-viewpointing-implementation
d@116 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
d@116 3 (:export #:viewpointable-composition
d@116 4 #:viewpointable-event
d@116 5 #:make-viewpointable-composition
d@116 6 ))