summaryrefslogtreecommitdiffstats
path: root/src/control/Record.h
blob: 97a9663df95e20157c0eec66820da491ac2e2832 (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;
};