summaryrefslogtreecommitdiffstats
path: root/src/control/Record.h
blob: 2b904d1d8fb8d1e691c4fe3633280d8553085a17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

class CRecordDataForGame
{
public:
	static uint16 &RecordingState;
};

class CRecordDataForChase
{
public:
	static uint8 &Status;
};