mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-24 23:17:08 -05:00
24 lines
431 B
C
24 lines
431 B
C
#ifndef POKEDIAMOND_UNK_020337E8_H
|
|
#define POKEDIAMOND_UNK_020337E8_H
|
|
|
|
#include "global.h"
|
|
|
|
#include "save.h"
|
|
|
|
// Dummy struct until DWC_account
|
|
struct DWC_Struct {
|
|
s32 unk0;
|
|
};
|
|
|
|
struct DWC_token {
|
|
// size: 0xC
|
|
u8 fill0[0xC];
|
|
};
|
|
|
|
s32 sub_020337E8(HeapID heapId);
|
|
void sub_0203380C(struct DWC_Struct *);
|
|
s32 sub_02033830(struct DWC_Struct *);
|
|
BOOL sub_0203384C(struct SaveData *);
|
|
|
|
#endif // POKEDIAMOND_UNK_020337E8_H
|