Finish w20Dll and delete accidentally committed files
This commit is contained in:
parent
4ca36ea9a6
commit
9cfeefc6b1
8 changed files with 181 additions and 8944 deletions
12
include/REL/w20Dll.h
Normal file
12
include/REL/w20Dll.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef REL_W20_H
|
||||
#define REL_W20_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
typedef struct UnkW20BoardData {
|
||||
/* 0x00 */ s32 unk_00;
|
||||
/* 0x04 */ s16 unk_04;
|
||||
/* 0x06 */ s16 unk_06;
|
||||
} UnkW20BoardData;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue