mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
OVY_MANAGER -> OverlayManager OVY_FUNC -> OverlayFunction OVY_MGR_TEMPLATE -> OverlayManagerTemplate
16 lines
450 B
C
16 lines
450 B
C
#ifndef GUARD_POKEHEARTGOLD_OAKS_SPEECH_H
|
|
#define GUARD_POKEHEARTGOLD_OAKS_SPEECH_H
|
|
|
|
#include "bg_window.h"
|
|
#include "naming_screen.h"
|
|
#include "options.h"
|
|
#include "overlay_manager.h"
|
|
#include "save.h"
|
|
#include "sprite_system.h"
|
|
|
|
BOOL OakSpeech_Init(OverlayManager *ovyMan, int *pState);
|
|
BOOL OakSpeech_Main(OverlayManager *ovyMan, int *pState);
|
|
BOOL OakSpeech_Exit(OverlayManager *ovyMan, int *pState);
|
|
|
|
#endif // GUARD_POKEHEARTGOLD_OAKS_SPEECH_H
|