mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
OVY_MANAGER -> OverlayManager OVY_FUNC -> OverlayFunction OVY_MGR_TEMPLATE -> OverlayManagerTemplate
13 lines
369 B
C
13 lines
369 B
C
#ifndef POKEHEARTGOLD_OVY_96_H
|
|
#define POKEHEARTGOLD_OVY_96_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
typedef struct PokeathlonCourseArgs PokeathlonCourseArgs;
|
|
|
|
BOOL PokeathlonCourse_Init(OverlayManager *man, int *state);
|
|
BOOL PokeathlonCourse_Main(OverlayManager *man, int *state);
|
|
BOOL PokeathlonCourse_Exit(OverlayManager *man, int *state);
|
|
|
|
#endif // POKEHEARTGOLD_OVY_96_H
|