home *** CD-ROM | disk | FTP | other *** search
/ AP Professional Graphics CD-ROM Library / AP Professional Graphics CD-ROM Library.iso / pc / unix / appendix / gemsiii / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-14  |  253 b   |  14 lines

  1.   /* Dummy include file of definitions to make rolling-ball compile. */
  2.  
  3. #define Button1 1
  4. #define ERASE   0
  5. #define DRAW    3
  6.  
  7. typedef struct {
  8.   char *name;       
  9.   double frame[4][4];} Polyhedron;
  10.  
  11. typedef struct {
  12.   char *name;
  13.   int id;} Display;
  14.