mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
16 lines
440 B
C
16 lines
440 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 "unk_0200CF18.h"
|
|
|
|
BOOL OakSpeech_Init(OVY_MANAGER *ovyMan, int *pState);
|
|
BOOL OakSpeech_Main(OVY_MANAGER *ovyMan, int *pState);
|
|
BOOL OakSpeech_Exit(OVY_MANAGER *ovyMan, int *pState);
|
|
|
|
#endif // GUARD_POKEHEARTGOLD_OAKS_SPEECH_H
|