mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 06:04:58 -04:00
minor cleanups
This commit is contained in:
@@ -23,7 +23,7 @@ typedef struct leafdraw_class {
|
||||
typedef struct leaf_process_profile_definition {
|
||||
/* 0x00 */ process_profile_definition mBase;
|
||||
/* 0x1C */ leafdraw_method_class* mLfDrwMth;
|
||||
/* 0x20 */ s16 unk20;
|
||||
/* 0x20 */ s16 mPriority;
|
||||
/* 0x22 */ u8 unk22[2];
|
||||
/* 0x24 */ s32 unk24;
|
||||
} leaf_process_profile_definition;
|
||||
|
||||
@@ -19,6 +19,8 @@ typedef struct process_profile_definition {
|
||||
s32 mParameters;
|
||||
} process_profile_definition;
|
||||
|
||||
#define LAYER_DEFAULT (-2)
|
||||
|
||||
process_profile_definition* fpcPf_Get(s16 profileID);
|
||||
|
||||
extern process_profile_definition** g_fpcPf_ProfileList_p;
|
||||
|
||||
Reference in New Issue
Block a user