Finish staffDll
This commit is contained in:
parent
9cfeefc6b1
commit
ad4e1b349d
4 changed files with 659 additions and 34 deletions
15
include/REL/staffDll.h
Normal file
15
include/REL/staffDll.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue