home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / arcball / Body.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-06  |  104 b   |  7 lines

  1. /**** Body.h ****/
  2. #ifndef _H_Body
  3. #define _H_Body
  4. #include <gl/gl.h>
  5. void drawbody(Matrix Rot);
  6. #endif
  7.