home *** CD-ROM | disk | FTP | other *** search
- #ifndef __DRAW3D_H
- #define __DRAW3D_H
-
- extern "C" short calcpoints3d(void *, const vector *, short, long, long, long, long);
- extern "C" void xchgpointlst(void *, short, unsigned short);
- extern "C" void rdrawpointlst(const void *, short, unsigned short);
-
- #endif
-