#ifndef STAFFDLL_H #define STAFFDLL_H #include "dolphin/types.h" typedef struct UnkStaffDllStruct { /* 0x00 */ u32 unk_00; /* 0x04 */ s32 unk_04; /* 0x08 */ float unk_08; /* 0x0C */ u32 unk_0C; /* 0x10 */ s32 unk_10; /* 0x14 */ s32 unk_14; } UnkStaffDllStruct; #endif