mirror of
https://github.com/halpz/re3.git
synced 2025-01-24 06:50:59 +00:00
7 lines
66 B
C++
7 lines
66 B
C++
#pragma once
|
|
|
|
class CStats
|
|
{
|
|
public:
|
|
static Int32 &DaysPassed;
|
|
}; |