diff options
| author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 16:57:37 +0300 |
|---|---|---|
| committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 16:57:37 +0300 |
| commit | 63046894b099598c41096651a9816ee3adc032a4 (patch) | |
| tree | 9595d7e98f521d579c92df00db51bcd595d31328 /src/save/GenericGameStorage.h | |
| parent | fixed tab (diff) | |
| download | re3-63046894b099598c41096651a9816ee3adc032a4.tar.gz | |
small refactoring
Diffstat (limited to 'src/save/GenericGameStorage.h')
| -rw-r--r-- | src/save/GenericGameStorage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/save/GenericGameStorage.h b/src/save/GenericGameStorage.h index b291ddf9..6a5b04fa 100644 --- a/src/save/GenericGameStorage.h +++ b/src/save/GenericGameStorage.h @@ -52,4 +52,12 @@ const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET"; extern int8 IsQuickSave; // originally int bool SaveGameForPause(int); + +enum { + SAVE_TYPE_NORMAL, + SAVE_TYPE_QUICKSAVE, + SAVE_TYPE_2, + SAVE_TYPE_QUICKSAVE_FOR_MISSION_REPLAY +}; + #endif |
