mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
151 B
C
8 lines
151 B
C
#ifndef PMDSKY_SCENARIO_FLAG_H
|
|
#define PMDSKY_SCENARIO_FLAG_H
|
|
|
|
void ScenarioFlagRestore();
|
|
void ScenarioFlagBackup();
|
|
|
|
#endif //PMDSKY_SCENARIO_FLAG_H
|