pokeplatinum/include/game_overlay.h
2023-02-02 22:06:46 +01:00

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