12 lines
206 B
C
12 lines
206 B
C
#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
|