re3/src/RecordDataForChase.h
2019-05-29 21:02:58 +03:00

7 lines
75 B
C++

#pragma once
class CRecordDataForChase
{
public:
static UInt8 &Status;
};