mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 08:24:59 -04:00
15 lines
241 B
C++
15 lines
241 B
C++
#ifndef D_A_HIMO2_H
|
|
#define D_A_HIMO2_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class himo2_class : public fopAc_ac_c {
|
|
public:
|
|
void setTargetPos(cXyz*, float*, float*);
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_HIMO2_H */
|