home *** CD-ROM | disk | FTP | other *** search
- /* drawingFuncs.h generated from drawingFuncs.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef DRAWINGFUNCS_H
- #define DRAWINGFUNCS_H
-
- extern void loadPSProcedures( void );
-
- extern void drawCircle(float x, float y, float radius);
-
- extern void drawAxes(float x, float y, float width, float height);
-
- #endif DRAWINGFUNCS_H
-