mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
433 B
C
11 lines
433 B
C
#ifndef POKEPLATINUM_APPLICATIONS_FRONTIER_RECORDS_MAIN_H
|
|
#define POKEPLATINUM_APPLICATIONS_FRONTIER_RECORDS_MAIN_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int BattleFrontierRecordsApp_Init(ApplicationManager *appMan, int *state);
|
|
int BattleFrontierRecordsApp_Main(ApplicationManager *appMan, int *state);
|
|
int BattleFrontierRecordsApp_Exit(ApplicationManager *appMan, int *state);
|
|
|
|
#endif // POKEPLATINUM_APPLICATIONS_FRONTIER_RECORDS_MAIN_H
|