mirror of
https://github.com/zeldaret/tp
synced 2026-06-12 13:35:26 -04:00
221f40e609
* add "global.h" to files that use it * add MSL_C includes to files that use them * remove dolphin includes from headers that don't need them * remove JSupport includes from headers that don't need them * remove JKernel includes from headers that don't need them * remove JUtility includes from headers that don't need them * remove J3D includes from headers that don't need them * remove J2D includes from headers that don't need them * remove JAudio2 includes from headers that don't need them * remove Z2AudioLib includes from headers that don't need them * remove JMessage includes from headers that don't need them * remove JParticle includes from headers that don't need them * remove SComponent includes from headers that don't need them * remove dol includes from headers that don't need them * sort includes
26 lines
641 B
C++
26 lines
641 B
C++
#ifndef F_OP_F_OP_KANKYO_H
|
|
#define F_OP_F_OP_KANKYO_H
|
|
|
|
#include "SSystem/SComponent/c_xyz.h"
|
|
#include "dolphin/types.h"
|
|
#include "f_pc/f_pc_leaf.h"
|
|
|
|
class kankyo_class : public leafdraw_class {
|
|
public:
|
|
/* 0xC0 */ int mBsType;
|
|
/* 0xC4 */ create_tag_class mDwTg;
|
|
/* 0xD8 */ leafdraw_method_class* mSubMtd;
|
|
/* 0xDC */ cXyz mPos;
|
|
/* 0xE8 */ cXyz mScale;
|
|
/* 0xF4 */ u32 mParam;
|
|
};
|
|
|
|
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;
|
|
|
|
#endif /* F_OP_F_OP_KANKYO_H */
|