view implementations/viewpointable/package.lisp @ 263:df5d60cda9a2

add linked-event superclass to mtp-event
author Jamie Forth <j.forth@gold.ac.uk>
date Sun, 10 Apr 2011 10:24:37 +0100
parents 3b36cf79b525
children
line wrap: on
line source
(cl:defpackage #:amuse-viewpointing-implementation
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
  (:export #:viewpointable-composition
	   #:viewpointable-event
           #:make-standard-viewpointable-composition
	   ))