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

  1. /* drawRect.h generated from drawRect.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWRECT_H
  6. #define DRAWRECT_H
  7.  
  8. extern void loadPSProcedures( void );
  9.  
  10. extern void drawRect(float x, float y, const char *str, const char *num, int darkFlag);
  11.  
  12. #endif DRAWRECT_H
  13.