home *** CD-ROM | disk | FTP | other *** search
- /*
- * RGmacro.h - Defines macros to make RG calling interface not ugly
- */
-
- #include "RGrout.h"
-
- #define RGbell() (*RGbell)()
- #define RGhidecur() (*RGhidecur)()
- #define RGshowcur() (*RGshowcur)()
- #define RGpencolor(r,g,b) (*RGpencolor)(r,g,b)
- #define RGraster(x,y,z,a,b,c) (*RGraster)(x,y,z,a,b,c)
- #define RGline(x,y,a,b) (*RGline)(x,y,a,b)
- #define RGlinestyle(x) (*RGlinestyle)(x)
- #define RGpoint(x,y) (*RGpoint)(x,y)
- #define RGfill(x,y,a,b) (*RGfill)(x,y,a,b)
- #define RGcopy(x,y,z,a,b,c,d,e) (*RGcopy)(x,y,z,a,b,c,d,e)
- #define RGmap(x,y,z) (*RGmap)(x,y,z)
-