Finish staffDll

This commit is contained in:
kabiskac 2024-05-02 10:41:23 +02:00
parent 9cfeefc6b1
commit ad4e1b349d
4 changed files with 659 additions and 34 deletions

15
include/REL/staffDll.h Normal file
View file

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