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
15 lines
466 B
C
15 lines
466 B
C
#ifndef POKEPLATINUM_UNK_0208BA78_H
|
|
#define POKEPLATINUM_UNK_0208BA78_H
|
|
|
|
#include "struct_defs/struct_0208BA84.h"
|
|
#include "struct_defs/struct_0208C06C.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
UnkStruct_0208C06C *sub_0208BA78(ApplicationManager *appMan);
|
|
void sub_0208BA84(UnkStruct_0208BA84 *param0, BOOL param1, int param2);
|
|
const ApplicationManagerTemplate *sub_0208BE5C(int param0);
|
|
BOOL sub_0208BE68(UnkStruct_0208C06C *param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_0208BA78_H
|