diff options
Diffstat (limited to 'include/m_clip.h')
| -rw-r--r-- | include/m_clip.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m_clip.h b/include/m_clip.h index e91d18f..4fb2683 100644 --- a/include/m_clip.h +++ b/include/m_clip.h @@ -114,7 +114,7 @@ typedef void (*Clip_unk_080_unk_24)(void); typedef s32 (*Clip_unk_080_unk_28)(struct Game* game, u16 ftr, s32 res,s32 utX, s32 utZ, u16 rotation, s32 squareOffs, s32 layer); typedef UNK_RET (*Clip_unk_080_unk_34)(struct FurnitureActor* furnitureActor, struct Actor* myHouseActor, struct Game_Play* game_play, f32 arg0, f32 arg1); - +typedef s32 (*Clip_unk_080_unk_54)(struct xyz_t* pos); typedef struct MyRoomClip { /* 0x00 */ UNK_TYPE1 unk_00[0x4]; /* 0x04 */ Clip_unk_080_unk_04 unk_04; @@ -123,7 +123,9 @@ typedef struct MyRoomClip { /* 0x28 */ Clip_unk_080_unk_28 unk_28; /* 0x2C */ UNK_TYPE1 unk_2C[0x8]; /* 0x34 */ Clip_unk_080_unk_34 unk_34; // open close proc -} MyRoomClip; // size >= 0x8 + /* 0x38 */ s8 unk_38[0x24]; + /* 0x54 */ Clip_unk_080_unk_54 unk_54; +} MyRoomClip; // size >= 0x54 typedef struct StructureClipOverlayInfo { /* 0x00 */ s8* overlayPointer; |
