Mercurial > hg > amuse
view implementations/viewpointable/package.lisp @ 186:03be243f9003
implementations/mtp/classes.lisp: Add BIOI (Basic IOI) as a basic viewpoint.
darcs-hash:20081103124142-c0ce4-272df768ca2816412f1a4f89297e68d4ef35b4fd.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 03 Nov 2008 12:41:42 +0000 |
parents | b4f4df48337d |
children | 3b36cf79b525 |
line wrap: on
line source
(cl:defpackage #:amuse-viewpointing-implementation (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) (:export #:viewpointable-composition #:viewpointable-event #:make-viewpointable-composition ))