mirror of https://github.com/pmret/papermario.git
18 lines
403 B
C
18 lines
403 B
C
#ifndef _CODE_2E230_LEN_2190_H_
|
|
#define _CODE_2E230_LEN_2190_H_
|
|
|
|
#include "common.h"
|
|
|
|
// Probably some libultra audio thing
|
|
typedef struct UnkStructFor80053A18 {
|
|
/* 0x00 */ UNK_TYPE unk_00;
|
|
/* 0x04 */ s32 unk_04;
|
|
/* 0x08 */ char unk_08[2];
|
|
/* 0x0A */ u16 unk_0A;
|
|
/* 0x0C */ s32 unk_0C;
|
|
} UnkStructFor80053A18; // size unknown
|
|
|
|
void func_80053A18(UnkStructFor80053A18* arg0);
|
|
|
|
#endif
|