mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
12 lines
322 B
C
12 lines
322 B
C
#ifndef POKEHEARTGOLD_BERRY_POTS_APP_H
|
|
#define POKEHEARTGOLD_BERRY_POTS_APP_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
void ov17_02201BC0(void);
|
|
BOOL BerryPotsApp_Initialize(OVY_MANAGER *manager, int *state);
|
|
BOOL BerryPotsApp_Run(OVY_MANAGER *manager, int *state);
|
|
BOOL BerryPotsApp_Exit(OVY_MANAGER *manager, int *state);
|
|
|
|
#endif
|