Updates, CTimer started

This commit is contained in:
Fire-Head
2019-05-29 21:02:58 +03:00
parent 31e7428bdf
commit 197767d1c8
16 changed files with 337 additions and 36 deletions

7
src/RecordDataForGame.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
class CRecordDataForGame
{
public:
static UInt16 &RecordingState;
};