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
14 lines
398 B
C
14 lines
398 B
C
#ifndef POKEPLATINUM_OV97_0222D30C_H
|
|
#define POKEPLATINUM_OV97_0222D30C_H
|
|
|
|
#include "overlay097/struct_ov97_0222D04C.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
void ov97_0222D344(UnkStruct_ov97_0222D04C *param0, int param1);
|
|
void ov97_0222E13C(UnkStruct_ov97_0222D04C *param0);
|
|
ApplicationManager *ov97_022301A4(void);
|
|
void ov97_022301B0(ApplicationManager *appMan);
|
|
|
|
#endif // POKEPLATINUM_OV97_0222D30C_H
|