mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
11 lines
331 B
C
11 lines
331 B
C
#ifndef POKEPLATINUM_OV102_021D0D80_H
|
|
#define POKEPLATINUM_OV102_021D0D80_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov102_021D0D80(ApplicationManager *appMan, int *param1);
|
|
int ov102_021D0E2C(ApplicationManager *appMan, int *param1);
|
|
int ov102_021D0F50(ApplicationManager *appMan, int *param1);
|
|
|
|
#endif // POKEPLATINUM_OV102_021D0D80_H
|