mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 06:30:36 +00:00
Merge branch 'master' of https://github.com/gtamodding/re3
This commit is contained in:
commit
d1c6a6aaa6
159 changed files with 390 additions and 188 deletions
14
src/core/Stats.h
Normal file
14
src/core/Stats.h
Normal file
|
@ -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();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue