Files
tww/include/d/actor/d_a_obj_ojtree.h
T

25 lines
492 B
C++

#ifndef D_A_OBJ_OJTREE_H
#define D_A_OBJ_OJTREE_H
#include "f_op/f_op_actor.h"
namespace daObjOjtree {
class Act_c : public fopAc_ac_c {
public:
void CreateHeap();
s32 Create();
void Mthd_Create();
BOOL Delete();
void Mthd_Delete();
void set_mtx();
void init_mtx();
void Execute(float(**)[3][4]);
BOOL Draw();
public:
/* Place member variables here */
};
};
#endif /* D_A_OBJ_OJTREE_H */