mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
13 lines
293 B
C
13 lines
293 B
C
#ifndef POKEPLATINUM_UNK_02000C88_H
|
|
#define POKEPLATINUM_UNK_02000C88_H
|
|
|
|
#include <nitro/fs.h>
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
void sub_02000EC4(FSOverlayID param0, const OverlayManagerTemplate * param1);
|
|
void InitRNG(void);
|
|
void HandleConsoleFold(void);
|
|
|
|
#endif // POKEPLATINUM_UNK_02000C88_H
|