diff options
author | aap <aap@papnet.eu> | 2019-06-28 12:34:02 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-28 12:34:02 +0200 |
commit | 847720aeae362868d8a3fa2681ef71f2c417399a (patch) | |
tree | 7845917dccc4f33b158e64ee458ac143b94efaa9 /src/control/Record.h | |
parent | Merge pull request #59 from Nick007J/master (diff) | |
download | re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar.gz re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar.bz2 re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar.lz re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar.xz re3-847720aeae362868d8a3fa2681ef71f2c417399a.tar.zst re3-847720aeae362868d8a3fa2681ef71f2c417399a.zip |
Diffstat (limited to 'src/control/Record.h')
-rw-r--r-- | src/control/Record.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/Record.h b/src/control/Record.h index 2b904d1d..2705a955 100644 --- a/src/control/Record.h +++ b/src/control/Record.h @@ -1,5 +1,11 @@ #pragma once +enum { + RECORDSTATE_0, + RECORDSTATE_1, + RECORDSTATE_2, +}; + class CRecordDataForGame { public: |