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
18 lines
703 B
C
18 lines
703 B
C
#ifndef POKEPLATINUM_OV65_0223648C_H
|
|
#define POKEPLATINUM_OV65_0223648C_H
|
|
|
|
#include "overlay065/struct_ov65_022366E4.h"
|
|
#include "overlay065/struct_ov65_02236744_decl.h"
|
|
#include "overlay065/struct_ov65_02236760.h"
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov65_0223648C(ApplicationManager *appMan, int *param1);
|
|
int ov65_02236548(ApplicationManager *appMan, int *param1);
|
|
int ov65_0223668C(ApplicationManager *appMan, int *param1);
|
|
void ov65_022366E4(UnkStruct_ov65_02236744 *param0, const UnkStruct_ov65_022366E4 *param1);
|
|
void ov65_02236744(UnkStruct_ov65_02236744 *param0);
|
|
void ov65_02236760(UnkStruct_ov65_02236744 *param0, const UnkStruct_ov65_02236760 *param1);
|
|
|
|
#endif // POKEPLATINUM_OV65_0223648C_H
|