home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Virtual Graphics Kernel Macintosh Real Graphics Interface
- * (rgrout.h)
- *
- * National Center for Supercomputing Applications
- * by Gaige B. Paulsen
- *
- * This file contains the pointer decl. to the real screen calls for the NCSA
- * Virtual Graphics Kernel.
- */
-
- #ifdef RG_MASTER
- int (*RGbell)(),
- (*RGhidecur)(),
- (*RGshowcur)(),
- (*RGpencolor)(),
- (*RGraster)(),
- (*RGline)(),
- (*RGlinestyle)(),
- (*RGpoint)(),
- (*RGfill)(),
- (*RGcopy)(),
- (*RGmap)();
- #else
- extern int
- (*RGbell)(),
- (*RGhidecur)(),
- (*RGshowcur)(),
- (*RGpencolor)(),
- (*RGraster)(),
- (*RGline)(),
- (*RGlinestyle)(),
- (*RGpoint)(),
- (*RGfill)(),
- (*RGcopy)(),
- (*RGmap)();
- #endif RG_MASTER