SHERLOCK: Further minor cleanups

This commit is contained in:
Paul Gilbert 2015-05-19 09:35:53 -04:00
parent 033241eb43
commit 6f9693102f
4 changed files with 6 additions and 5 deletions

View file

@ -33,6 +33,7 @@
namespace Sherlock {
#define MAX_SAVEGAME_SLOTS 99
#define ONSCREEN_FILES_COUNT 5
#define SHERLOCK_SAVEGAME_VERSION 1
enum SaveMode { SAVEMODE_NONE = 0, SAVEMODE_LOAD = 1, SAVEMODE_SAVE = 2 };