home *** CD-ROM | disk | FTP | other *** search
- /* drawObjects.h generated from drawObjects.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef DRAWOBJECTS_H
- #define DRAWOBJECTS_H
-
- extern void doBall(float x, float y, float width);
-
- extern void drawPaddle(float angle, float width);
-
- #endif DRAWOBJECTS_H
-