197767d1
0a36d49d
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; };