home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / AlexNeXTSTEPSource / Source / Chapter7_Views / Shapes / sym / drawcircle.h < prev   
Encoding:
C/C++ Source or Header  |  1993-06-24  |  259 b   |  11 lines

  1. /* ./sym/drawcircle.h generated from drawcircle.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWCIRCLE_H
  6. #define DRAWCIRCLE_H
  7.  
  8. extern void drawcircle(float x, float y, float angle, float xScale, float yScale);
  9.  
  10. #endif DRAWCIRCLE_H
  11.