summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
blob: c536465f1addc05c1ff58a1858f86d93d6ae4afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

class CStats
{
public:
	static int32 &DaysPassed;
	static int32 &HeadShots;
	static bool& CommercialPassed;
	static bool& IndustrialPassed;
	static int32 &NumberKillFrenziesPassed;
	static int32 &PeopleKilledByOthers;

public:
	static void AnotherKillFrenzyPassed();
};