mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
11 lines
301 B
C
11 lines
301 B
C
#ifndef POKEHEARTGOLD_OVY_121_H
|
|
#define POKEHEARTGOLD_OVY_121_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL ViewRankingsApp_Init(OVY_MANAGER *man, int *state);
|
|
BOOL ViewRankingsApp_Main(OVY_MANAGER *man, int *state);
|
|
BOOL ViewRankingsApp_Exit(OVY_MANAGER *man, int *state);
|
|
|
|
#endif // POKEHEARTGOLD_OVY_121_H
|