Files
tp/include/f_op/f_op_kankyo.h
T

25 lines
614 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef F_OP_F_OP_KANKYO_H
#define F_OP_F_OP_KANKYO_H
2023-05-12 12:10:14 -07:00
#include "SSystem/SComponent/c_xyz.h"
#include "f_pc/f_pc_leaf.h"
2022-12-27 22:43:29 -07:00
2022-12-27 23:12:52 -07:00
class kankyo_class : public leafdraw_class {
public:
2022-12-30 17:15:28 -08:00
/* 0xC0 */ int mBsType;
/* 0xC4 */ create_tag_class mDwTg;
/* 0xD8 */ leafdraw_method_class* mSubMtd;
/* 0xDC */ cXyz mPos;
/* 0xE8 */ cXyz mScale;
/* 0xF4 */ u32 mParam;
2022-12-27 23:12:52 -07:00
};
2021-03-28 22:49:05 +02:00
2023-02-10 09:07:47 -08:00
struct kankyo_process_profile_definition {
/* 0x00 */ leaf_process_profile_definition base;
/* 0x24 */ leafdraw_method_class* mSubMtd;
}; // Size: 0x28
extern leafdraw_method_class g_fopKy_Method;
2021-03-28 22:49:05 +02:00
#endif /* F_OP_F_OP_KANKYO_H */