Files
tww/include/d/actor/d_a_himo2.h
T
2023-12-30 17:15:03 -05:00

27 lines
364 B
C++

#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:
void 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 */