#ifndef D_A_HIMO2_H #define D_A_HIMO2_H #include "f_op/f_op_actor.h" struct himo2_s { }; class himo2_class : public fopAc_ac_c { public: BOOL setTargetPos(cXyz*, float*, float*); public: /* Place member variables here */ }; class himo2HIO_c { public: ~himo2HIO_c(); public: /* Place member variables here */ }; #endif /* D_A_HIMO2_H */