Files
tww/include/d/actor/d_a_himo2.h
T
SuperDude88 716492b7b9 First Person Item Procs (#680)
* First Person Item Procs

Match a couple of Link's proc functions

* Cleanup
2024-10-19 13:03:32 -04: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:
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 */