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
17 lines
598 B
C
17 lines
598 B
C
#ifndef POKEPLATINUM_OV116_022604C4_H
|
|
#define POKEPLATINUM_OV116_022604C4_H
|
|
|
|
#include "overlay116/struct_ov116_0226139C.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov116_022609B4(ApplicationManager *appMan, int *param1);
|
|
int ov116_02260CF4(ApplicationManager *appMan, int *param1);
|
|
int ov116_0226126C(ApplicationManager *appMan, int *param1);
|
|
void ov116_0226139C(UnkStruct_ov116_0226139C *param0);
|
|
BOOL ov116_022617C4(UnkStruct_ov116_0226139C *param0);
|
|
void ov116_022617D4(UnkStruct_ov116_0226139C *param0);
|
|
void ov116_022617DC(UnkStruct_ov116_0226139C *param0);
|
|
|
|
#endif // POKEPLATINUM_OV116_022604C4_H
|