mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 11:34:14 +01:00
6 lines
183 B
C++
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; |