home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / crend5 / cyberman.h < prev    next >
Encoding:
Text File  |  1993-12-15  |  478 b   |  33 lines

  1. typedef struct _cyberman_static
  2. {
  3.   unsigned char device_type,
  4.         major_version,
  5.         minor_version,
  6.         x_coord,
  7.         y_coord,
  8.         z_coord,
  9.         pitch_coord,
  10.         roll_coord,
  11.         yaw_coord,
  12.         reserved;
  13. } cyberman_static_data;
  14.  
  15.  
  16. typedef struct _cyberman_info
  17. {
  18.            int  x,
  19.         y,
  20.         z,
  21.         pitch,
  22.         roll,
  23.         yaw,
  24.                 button,
  25.         center_x,
  26.         center_y;
  27.  
  28. } cyberman_info;
  29.  
  30.  
  31. void get_cyberman(cyberman_info *data);
  32. void check_cyberman (cyberman_info *data);
  33.