mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 22:17:40 -05:00
17 lines
433 B
C
17 lines
433 B
C
#ifndef POKEPLATINUM_UNK_020064F0_H
|
|
#define POKEPLATINUM_UNK_020064F0_H
|
|
|
|
#include <nitro/fs.h>
|
|
|
|
typedef enum PMOverlayLoadType {
|
|
OVERLAY_LOAD_NORMAL,
|
|
OVERLAY_LOAD_NOINIT,
|
|
OVERLAY_LOAD_ASYNC
|
|
} PMOverlayLoadType;
|
|
|
|
void Overlay_UnloadByID(const FSOverlayID param0);
|
|
int Overlay_GetLoadDestination(const FSOverlayID param0);
|
|
BOOL Overlay_LoadByID(const FSOverlayID param0, int param1);
|
|
|
|
#endif // POKEPLATINUM_UNK_020064F0_H
|