diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 20:02:58 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-29 20:02:58 +0200 |
commit | 197767d1c83f8d940698cd200785e91fbc2ccc98 (patch) | |
tree | c1ee0bb77ae0dbef844cf45eb9d2ffb00b08895f /src/RecordDataForGame.h | |
parent | Particle, ParticleMgr done (diff) | |
download | re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.gz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.bz2 re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.lz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.xz re3-197767d1c83f8d940698cd200785e91fbc2ccc98.tar.zst re3-197767d1c83f8d940698cd200785e91fbc2ccc98.zip |
Diffstat (limited to 'src/RecordDataForGame.h')
-rw-r--r-- | src/RecordDataForGame.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/RecordDataForGame.h b/src/RecordDataForGame.h new file mode 100644 index 00000000..5d007ce5 --- /dev/null +++ b/src/RecordDataForGame.h @@ -0,0 +1,7 @@ +#pragma once + +class CRecordDataForGame +{ +public: + static UInt16 &RecordingState; +};
\ No newline at end of file |