mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
15 lines
469 B
C
15 lines
469 B
C
#ifndef POKEPLATINUM_OV58_021D0D80_H
|
|
#define POKEPLATINUM_OV58_021D0D80_H
|
|
|
|
#include "struct_decls/struct_02095EAC_decl.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov58_021D0D80(ApplicationManager *appMan, int *param1);
|
|
int ov58_021D0F08(ApplicationManager *appMan, int *param1);
|
|
int ov58_021D1018(ApplicationManager *appMan, int *param1);
|
|
void ov58_021D2434(UnkStruct_02095EAC *param0, int param1, u8 param2);
|
|
int ov58_021D2A4C(void);
|
|
|
|
#endif // POKEPLATINUM_OV58_021D0D80_H
|