mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-14 07:00:08 -05:00
14 lines
344 B
C
14 lines
344 B
C
#ifndef POKEHEARTGOLD_UNK_020192D0_H
|
|
#define POKEHEARTGOLD_UNK_020192D0_H
|
|
|
|
#include "heap.h"
|
|
|
|
void *sub_02019BA4(void *, void *, void *, void *, int, u8, HeapID);
|
|
void sub_02019BDC(void *);
|
|
int sub_02019F74(void *);
|
|
void sub_02019F7C(void *, int);
|
|
int sub_02019D18(void *);
|
|
int sub_0201A018(void *, int);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020192D0_H
|