home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Utilities / VMPages-1.0-I / derived_src / cheese.h < prev   
Encoding:
C/C++ Source or Header  |  1997-01-14  |  425 b   |  17 lines

  1. /* /home/chaos/Development/VMPages/derived_src/cheese.h generated from cheese.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef CHEESE_H
  6. #define CHEESE_H
  7.  
  8. extern void PSLineWidth(float w);
  9.  
  10. extern void PSSetRGBColor(float r, float g, float b);
  11.  
  12. extern void PSCheese(float x, float y, float w, float h, float a);
  13.  
  14. extern void PSFilledCheese(float x, float y, float w, float h, float a);
  15.  
  16. #endif CHEESE_H
  17.