home *** CD-ROM | disk | FTP | other *** search
- /* osdefs.h - system specific function declarations */
- /* Modified for Macintosh -- bsk */
-
- extern LVAL xsystem(V);
- extern LVAL xgetkey(V);
-
- extern LVAL xshowgraphics(V), xhidegraphics(V), xcleargraphics(V);
- extern LVAL xshowpen(V), xhidepen(V), xmove(V), xmoveto(V), xdraw(V), xdrawto(V);
- extern LVAL xpenmode(V), xpensize(V), xpenpat(V), xpennormal(V), xgetpen(V), xcolor(V);
- extern LVAL xtool(V), xtool16(V), xtool32(V);
-
-