home *** CD-ROM | disk | FTP | other *** search
- /* ./sym/DrawViewWraps.h generated from DrawViewWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef DRAWVIEWWRAPS_H
- #define DRAWVIEWWRAPS_H
-
- extern void PSWMarkTime( void );
-
- extern void PSWReturnTime(int *ElapsedTime);
-
- extern void PSWDefs( void );
-
- extern void PSWEraseView(float BGColor, float BGStrColor, float BGStrWidth, const float BGrect[]);
-
- extern void PSWDrawLine(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
-
- extern void PSWEraseViewBind(float BGColor, float BGStrColor, float BGStrWidth, const float BGrect[]);
-
- extern void PSWDrawLineBind(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);
-
- extern void PSWDrawLineRepeatBind(const float W[], const float C[], const float X[], const float Y[], const float X1[], const float Y1[], int i);
-
- extern void PSWMakeLineBind(float X, float Y, float X1, float Y1);
-
- extern void PSWStrokeLineBind(float LineWidth, float LineColor);
-
- #endif DRAWVIEWWRAPS_H
-