mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 20:56:40 -05:00
11 lines
276 B
C
11 lines
276 B
C
#ifndef POKEHEARTGOLD_OVY_101_H
|
|
#define POKEHEARTGOLD_OVY_101_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL TownMap_Init(OVY_MANAGER *man, int *state);
|
|
BOOL TownMap_Main(OVY_MANAGER *man, int *state);
|
|
BOOL TownMap_Exit(OVY_MANAGER *man, int *state);
|
|
|
|
#endif //POKEHEARTGOLD_OVY_101_H
|