From 0a36d49d2cd4346dc99a52155e2599917c1e6a42 Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 30 May 2019 00:47:33 +0200 Subject: clean up --- src/control/Record.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/control/Record.h (limited to 'src/control/Record.h') diff --git a/src/control/Record.h b/src/control/Record.h new file mode 100644 index 00000000..97a9663d --- /dev/null +++ b/src/control/Record.h @@ -0,0 +1,13 @@ +#pragma once + +class CRecordDataForGame +{ +public: + static UInt16 &RecordingState; +}; + +class CRecordDataForChase +{ +public: + static UInt8 &Status; +}; -- cgit v1.2.3