annotate implementations/viewpointable/package.lisp @ 231:7a5618d334e4

DRAFT: kludge for tactus-duration Ignore-this: b5cb875a6d31e7ea35394f335abaddc0 darcs-hash:20091024170612-16a00-3a9ab095515a8510393ac4e61767ddae7a811870.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents 3b36cf79b525
children
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
j@196 5 #:make-standard-viewpointable-composition
d@116 6 ))