1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-24 06:50:59 +00:00
re3/src/Stats.h
2019-06-13 03:35:26 +03:00

7 lines
66 B
C++

#pragma once
class CStats
{
public:
static Int32 &DaysPassed;
};