mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 18:26:14 -05:00
20 lines
379 B
C
20 lines
379 B
C
#ifndef POKEPLATINUM_STRUCT_02004CB4_H
|
|
#define POKEPLATINUM_STRUCT_02004CB4_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
NNSSndWaveOutHandle *unk_00;
|
|
NNSSndWaveFormat unk_04;
|
|
const void *unk_08;
|
|
BOOL unk_0C;
|
|
int unk_10;
|
|
int unk_14;
|
|
int unk_18;
|
|
int unk_1C;
|
|
int unk_20;
|
|
int unk_24;
|
|
} UnkStruct_02004CB4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02004CB4_H
|