mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-16 08:05:55 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
19 lines
546 B
C
19 lines
546 B
C
#ifndef POKEPLATINUM_OV5_021D0D80_H
|
|
#define POKEPLATINUM_OV5_021D0D80_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "overlay_manager.h"
|
|
|
|
extern const ApplicationManagerTemplate gFieldMapTemplate;
|
|
|
|
void ov5_021D12D0(FieldSystem *fieldSystem, u32 param1);
|
|
void ov5_021D1434(BgConfig *param0);
|
|
void ov5_021D143C(BgConfig *param0);
|
|
void ov5_021D16F4(FieldSystem *fieldSystem, BOOL param1);
|
|
void ov5_021D1718(FieldSystem *fieldSystem, BOOL param1);
|
|
void ov5_021D1744(const u8 param0);
|
|
|
|
#endif // POKEPLATINUM_OV5_021D0D80_H
|