mirror of
https://github.com/halpz/re3.git
synced 2025-04-20 09:37:04 +00:00
7 lines
75 B
C++
7 lines
75 B
C++
#pragma once
|
|
|
|
class CRecordDataForChase
|
|
{
|
|
public:
|
|
static UInt8 &Status;
|
|
}; |