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
12 lines
377 B
C
12 lines
377 B
C
#ifndef POKEPLATINUM_OV82_0223B140_H
|
|
#define POKEPLATINUM_OV82_0223B140_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
BOOL ov82_0223B140(ApplicationManager **appManPtr);
|
|
int ov82_0223B164(ApplicationManager *appMan, int *param1);
|
|
int ov82_0223B1D4(ApplicationManager *appMan, int *param1);
|
|
int ov82_0223B24C(ApplicationManager *appMan, int *param1);
|
|
|
|
#endif // POKEPLATINUM_OV82_0223B140_H
|