view implementations/viewpointable/package.lisp @ 135:188fe5ea837f

Miscellaneous patching. Fixing exports, etc. darcs-hash:20070828101727-f76cc-9e3b1f75cff6f43212f8862153db9ca806f606b8.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 28 Aug 2007 11:17:27 +0100
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
	   ))