mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
27 lines
364 B
C++
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 */
|