mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
17 lines
588 B
C
17 lines
588 B
C
#ifndef POKEPLATINUM_OV59_021D0D80_H
|
|
#define POKEPLATINUM_OV59_021D0D80_H
|
|
|
|
#include "struct_decls/struct_020961E8_decl.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov59_021D0D80(ApplicationManager *appMan, int *param1);
|
|
int ov59_021D0F00(ApplicationManager *appMan, int *param1);
|
|
int ov59_021D0FF4(ApplicationManager *appMan, int *param1);
|
|
void ov59_021D1D40(UnkStruct_020961E8 *param0);
|
|
void ov59_021D2204(UnkStruct_020961E8 *param0, int param1, u8 param2);
|
|
void ov59_021D22EC(UnkStruct_020961E8 *param0, int param1, u8 param2);
|
|
int ov59_021D2544(void);
|
|
|
|
#endif // POKEPLATINUM_OV59_021D0D80_H
|