home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / utils / graphtal.lzh / Graphtal.Amiga / Primitives.h < prev    next >
C/C++ Source or Header  |  1992-11-17  |  773b  |  30 lines

  1. /*
  2.  * Primitives.h
  3.  *
  4.  * Copyright (C) 1992, Christoph Streit (streit@iam.unibe.ch)
  5.  *                     University of Berne, Switzerland
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied, modified, and redistributed
  9.  * provided that this copyright notice is preserved on all copies.
  10.  *
  11.  * You may not distribute this software, in whole or in part, as part of
  12.  * any commercial product without the express consent of the authors.
  13.  *
  14.  * There is no warranty or other guarantee of fitness of this software
  15.  * for any purpose.  It is provided solely "as is".
  16.  *
  17.  */
  18.  
  19. #ifndef Primitives_H
  20. # define Primitives_H
  21.  
  22. #include "GeoObject.h"
  23. #include "Sphere.h"
  24. #include "Triangle.h"
  25. #include "Plane.h"
  26. #include "Cylinder.h"
  27. #include "Cone.h"
  28.  
  29. #endif // Primitives_H
  30.