mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
248 B
C
10 lines
248 B
C
#ifndef PMDSKY_PERFORMANCE_PROGRESS_H
|
|
#define PMDSKY_PERFORMANCE_PROGRESS_H
|
|
|
|
#include "util.h"
|
|
|
|
bool8 GetResolvedPerformanceProgressFlag(u32 idx);
|
|
void SetResolvedPerformanceProgressFlag(u32 idx, s32 value);
|
|
|
|
#endif //PMDSKY_PERFORMANCE_PROGRESS_H
|