This commit is contained in:
aap 2019-05-30 00:47:33 +02:00
commit 0a36d49d2c
20 changed files with 115 additions and 302 deletions

13
src/control/Record.h Normal file
View file

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