1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:57:37 +00:00
re3/src/Stats.cpp
2019-07-06 01:51:32 +03:00

6 lines
183 B
C++

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