mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
10 lines
243 B
C
10 lines
243 B
C
#ifndef PMDSKY_SPECIAL_EPISODE_H
|
|
#define PMDSKY_SPECIAL_EPISODE_H
|
|
|
|
s32 GetSpecialEpisodeType();
|
|
void SetSpecialEpisodeType(u32 type);
|
|
s32 GetDebugSpecialEpisodeNumber();
|
|
void SetDebugSpecialEpisodeNumber(s32 num);
|
|
|
|
#endif //PMDSKY_SCRIPTING_H
|