pokeplatinum/include/applications/move_reminder.h
cbt6 694099e770
Some checks are pending
build / build (push) Waiting to run
Document move reminder (#827)
2025-11-12 18:07:15 -05:00

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