ReC98/th01/main/hiscore.cpp

10 lines
173 B
C++

#include "th01/common.h"
#include "th01/resident.hpp"
void scoredat_load_hiscore(void)
{
scoredat_load();
resident->hiscore = scoredat_hiscore_get();
scoredat_free();
}