summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-09-09 19:37:36 +0200
committerSergeanur <s.anureev@yandex.ua>2020-09-09 19:37:36 +0200
commitf0ccbcb281adbf7f5c13a7611682ff9f1006cf24 (patch)
tree07556930ef64979cf9a896450236156ed9e31218 /src/core/Stats.h
parentcMusicManager, cDMAudio, radio position save/load, a few commands implemented (diff)
downloadre3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar.gz
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar.bz2
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar.lz
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar.xz
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.tar.zst
re3-f0ccbcb281adbf7f5c13a7611682ff9f1006cf24.zip
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r--src/core/Stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h
index aac54af5..21cb67ef 100644
--- a/src/core/Stats.h
+++ b/src/core/Stats.h
@@ -144,5 +144,6 @@ public:
static void LongestTimeInBloodRing(int32);
static void AddPropertyAsOwned(int32);
+ static void PopulateFavoriteRadioStationList();
static float GetFavoriteRadioStationList(int32);
};