mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
14 lines
363 B
C
14 lines
363 B
C
#ifndef POKEHEARTGOLD_UNK_020192D0_H
|
|
#define POKEHEARTGOLD_UNK_020192D0_H
|
|
|
|
#include "field_system.h"
|
|
#include "heap.h"
|
|
#include "overlay_manager.h"
|
|
#include "save.h"
|
|
|
|
BOOL sub_020192D0(OverlayManager *man, int *state);
|
|
BOOL sub_0201935C(OverlayManager *man, int *state);
|
|
BOOL sub_02019490(OverlayManager *man, int *state);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_020192D0_H
|