the great reorganization

This commit is contained in:
aap 2019-07-07 13:09:11 +02:00
parent 219a65b81a
commit 53023eb65b
150 changed files with 45 additions and 37 deletions

6
src/core/Stats.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "common.h"
#include "Stats.h"
int32& CStats::DaysPassed = *(int32*)0x8F2BB8;
int32& CStats::HeadShots = *(int32*)0x8F647C;
bool& CStats::CommercialPassed = *(bool*)0x8F4334;