mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
11 lines
358 B
C
11 lines
358 B
C
#ifndef POKEPLATINUM_OV17_0224F4D4_H
|
|
#define POKEPLATINUM_OV17_0224F4D4_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ContestFinalScoring_Init(ApplicationManager *appMan, int *param1);
|
|
int ContestFinalScoring_Main(ApplicationManager *appMan, int *param1);
|
|
int ContestFinalScoring_Exit(ApplicationManager *appMan, int *param1);
|
|
|
|
#endif // POKEPLATINUM_OV17_0224F4D4_H
|