home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / icoons / source / move_g.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  236 b   |  11 lines

  1. #ifndef MOVE_G_H
  2. #define MOVE_G_H
  3.  
  4. void Set_Move_Group_Position(Vector_T Pos);
  5. void Handle_Move_Group_Move(void);
  6. void Handle_Move_Group_X_Value(void);
  7. void Handle_Move_Group_Y_Value(void);
  8. void Handle_Move_Group_Z_Value(void);
  9.  
  10. #endif
  11.