mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
17 lines
579 B
C
17 lines
579 B
C
#ifndef POKEPLATINUM_OV88_0223B140_H
|
|
#define POKEPLATINUM_OV88_0223B140_H
|
|
|
|
#include "struct_decls/struct_02095E80_decl.h"
|
|
|
|
#include "overlay_manager.h"
|
|
#include "party.h"
|
|
|
|
int ov88_0223B140(ApplicationManager *appMan, int *param1);
|
|
int ov88_0223B57C(ApplicationManager *appMan, int *param1);
|
|
int ov88_0223C03C(ApplicationManager *appMan, int *param1);
|
|
void ov88_0223D044(int param0, int param1, int param2);
|
|
void ov88_0223D058(UnkStruct_02095E80 *param0, int param1, int param2);
|
|
void ov88_0223D098(int param0, Party *param1, int param2);
|
|
|
|
#endif // POKEPLATINUM_OV88_0223B140_H
|