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
11 lines
325 B
C
11 lines
325 B
C
#ifndef POKEPLATINUM_OV65_0222DCE0_H
|
|
#define POKEPLATINUM_OV65_0222DCE0_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov65_0222E2A8(ApplicationManager *appMan, int *param1);
|
|
int ov65_0222E3FC(ApplicationManager *appMan, int *param1);
|
|
int ov65_0222E548(ApplicationManager *appMan, int *param1);
|
|
|
|
#endif // POKEPLATINUM_OV65_0222DCE0_H
|