home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / draw3d.h < prev    next >
C/C++ Source or Header  |  1994-07-20  |  270b  |  9 lines

  1. #ifndef __DRAW3D_H
  2. #define __DRAW3D_H
  3.  
  4. extern "C" short calcpoints3d(void *, const vector *, short, long, long, long, long);
  5. extern "C" void xchgpointlst(void *, short, unsigned short);
  6. extern "C" void rdrawpointlst(const void *, short, unsigned short);
  7.  
  8. #endif
  9.