diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-09-13 02:10:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 02:10:14 +0200 |
commit | 25a22cc6f25c01c7fc777bc41f632e6237ac8426 (patch) | |
tree | 4323944c27801c403fcea94a4fee9913570b172e /src/core/Stats.h | |
parent | Merge pull request #701 from erorcun/miami (diff) | |
parent | Add missing file (diff) | |
download | re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar.gz re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar.bz2 re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar.lz re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar.xz re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.tar.zst re3-25a22cc6f25c01c7fc777bc41f632e6237ac8426.zip |
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index ad6fe516..49f84657 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -145,4 +145,6 @@ public: static void LongestTimeInBloodRing(int32); static void AddPropertyAsOwned(int32); + static void PopulateFavoriteRadioStationList(); + static float GetFavoriteRadioStationList(int32); }; |