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
505 B
C
14 lines
505 B
C
#ifndef POKEPLATINUM_OV67_0225C700_H
|
|
#define POKEPLATINUM_OV67_0225C700_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov67_0225C700(ApplicationManager *appMan, int *param1);
|
|
int ov67_0225C820(ApplicationManager *appMan, int *param1);
|
|
int ov67_0225CB1C(ApplicationManager *appMan, int *param1);
|
|
int ov67_0225CB8C(ApplicationManager *appMan, int *param1);
|
|
int ov67_0225CC6C(ApplicationManager *appMan, int *param1);
|
|
int ov67_0225CDC0(ApplicationManager *appMan, int *param1);
|
|
|
|
#endif // POKEPLATINUM_OV67_0225C700_H
|