mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00:00
11 lines
297 B
C
11 lines
297 B
C
#ifndef POKEHEARTGOLD_OVERLAY_69_H
|
|
#define POKEHEARTGOLD_OVERLAY_69_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL GeonetGlobe_Init(OVY_MANAGER *man, int *state);
|
|
BOOL GeonetGlobe_Main(OVY_MANAGER *man, int *state);
|
|
BOOL GeonetGlobe_Exit(OVY_MANAGER *man, int *state);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_69_H
|