staffDll.h refactor and fixes

This commit is contained in:
kabiskac 2024-06-26 04:11:28 +02:00
parent d18f381e22
commit 3e8fbfa719
3 changed files with 99 additions and 102 deletions

View file

@ -1,15 +0,0 @@
#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