home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / AdobeExamples / NX_Dial / DialViewWraps.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  754b  |  31 lines

  1. /* DialViewWraps.h generated from DialViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DIALVIEWWRAPS_H
  6. #define DIALVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWDefs( void );
  13.  
  14. extern void PSWEraseView(float BGColor, float X, float Y, float W, float H);
  15.  
  16. extern void PSWSetColorWidth(float Color, float Width);
  17.  
  18. extern void PSWMakeLine(float X0, float Y0, float X1, float Y1);
  19.  
  20. extern void PSWMakeCircle(float X, float Y, float Rad);
  21.  
  22. extern void PSWFillPath(float Color);
  23.  
  24. extern void PSWRotate_MakeLine(float Ang, float X0, float Y0, float X1, float Y1);
  25.  
  26. extern void PSWPlaceName(char *str);
  27.  
  28. extern void PSWDrawUserPath(char *str);
  29.  
  30. #endif DIALVIEWWRAPS_H
  31.