mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
15 lines
484 B
C
15 lines
484 B
C
#ifndef POKEPLATINUM_OV84_0223B5A0_H
|
|
#define POKEPLATINUM_OV84_0223B5A0_H
|
|
|
|
#include "overlay084/struct_ov84_0223B5A0.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov84_0223B5A0(ApplicationManager *appMan, int *param1);
|
|
int ov84_0223B76C(ApplicationManager *appMan, int *param1);
|
|
int ov84_0223B900(ApplicationManager *appMan, int *param1);
|
|
u16 ov84_0223BE5C(UnkStruct_ov84_0223B5A0 *param0, u16 param1, u16 param2);
|
|
const u32 ov84_0223D84C(u32 param0);
|
|
|
|
#endif // POKEPLATINUM_OV84_0223B5A0_H
|