summaryrefslogblamecommitdiffstats
path: root/src/control/Record.h
blob: 97a9663df95e20157c0eec66820da491ac2e2832 (plain) (tree)
1
2
3
4
5
6





                                      






                             
#pragma once

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

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