diff options
author | _AG <gennariarmando@outlook.com> | 2019-07-07 15:16:54 +0200 |
---|---|---|
committer | _AG <gennariarmando@outlook.com> | 2019-07-07 15:16:54 +0200 |
commit | d1c6a6aaa6c17250e069d1267b27e13303d6e20f (patch) | |
tree | 76d55bfd8bcc8f72cdd4d261c0bb1eaa050e522a /src/core/Stats.h | |
parent | 0ac6d0515e1ba703da2c0f742d91e7b550feac06 (diff) | |
parent | 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb (diff) |
Merge branch 'master' of https://github.com/gtamodding/re3
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h new file mode 100644 index 00000000..a5670020 --- /dev/null +++ b/src/core/Stats.h @@ -0,0 +1,14 @@ +#pragma once + +class CStats +{ +public: + static int32 &DaysPassed; + static int32 &HeadShots; + static bool& CommercialPassed; + static int32 &NumberKillFrenziesPassed; + static int32 &PeopleKilledByOthers; + +public: + static void AnotherKillFrenzyPassed(); +};
\ No newline at end of file |