home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / DEMOS / MISC_DEM / SUNKNOWN.ZIP / VOXEL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-06  |  238 b   |  15 lines

  1. // VOXEL.H
  2.  
  3. #ifndef _VOXEL_H
  4. #define _VOXEL_H
  5.  
  6. #include "global.h"
  7.  
  8. #define CAMZ      4485.0
  9. #define CAMX          4230.0
  10. #define MAXZ          3650.0
  11.  
  12. void voxel(void);
  13. void visvox(byte *page,float camv, word pageseg,int step);
  14.  
  15. #endif