home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / MiniExamples / Rotato / wraps.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  258b  |  13 lines

  1. /* wraps.h generated from wraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef WRAPS_H
  6. #define WRAPS_H
  7.  
  8. extern void PSW_transformToFit(int Rot, int angle, float w, float h);
  9.  
  10. extern void PSW_flipit(float w, float h);
  11.  
  12. #endif WRAPS_H
  13.