diff options
Diffstat (limited to 'src/RecordDataForChase.h')
-rw-r--r-- | src/RecordDataForChase.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RecordDataForChase.h b/src/RecordDataForChase.h new file mode 100644 index 00000000..0dc72bed --- /dev/null +++ b/src/RecordDataForChase.h @@ -0,0 +1,7 @@ +#pragma once + +class CRecordDataForChase +{ +public: + static UInt8 &Status; +};
\ No newline at end of file |