mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
11 lines
376 B
C
11 lines
376 B
C
#ifndef POKEPLATINUM_APPLICATIONS_MOVE_REMINDER_H
|
|
#define POKEPLATINUM_APPLICATIONS_MOVE_REMINDER_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL MoveReminder_Init(ApplicationManager *appMan, int *state);
|
|
BOOL MoveReminder_Main(ApplicationManager *appMan, int *state);
|
|
BOOL MoveReminder_Exit(ApplicationManager *appMan, int *state);
|
|
|
|
#endif // POKEPLATINUM_APPLICATIONS_MOVE_REMINDER_H
|