home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 28.Motion / ball.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-19  |  191 b   |  11 lines

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