Files
tww/include/d/actor/d_a_himo3.h
T
2023-11-24 12:44:06 -05:00

17 lines
266 B
C++

#ifndef D_A_HIMO3_H
#define D_A_HIMO3_H
#include "f_op/f_op_actor.h"
class himo3_class : public fopAc_ac_c {
public:
void getPlayerMoveLength() {}
void setActorHang(cXyz, short);
public:
/* Place member variables here */
};
#endif /* D_A_HIMO3_H */