diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-22 01:41:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-22 01:41:19 +0300 |
commit | d569dc78b5b50c0e6cbe84e48164e5774fd36de7 (patch) | |
tree | abe4bf6e0822fe0d1ee2149f88cd0e6e4452c396 /src/gamemodifiers.h | |
parent | aaa50f7ef8de21ea1f32065beb15a7a58faf28a5 (diff) | |
download | plus-d569dc78b5b50c0e6cbe84e48164e5774fd36de7.tar.gz plus-d569dc78b5b50c0e6cbe84e48164e5774fd36de7.tar.bz2 plus-d569dc78b5b50c0e6cbe84e48164e5774fd36de7.tar.xz plus-d569dc78b5b50c0e6cbe84e48164e5774fd36de7.zip |
move "change game modifiers" option into gamemodifiers.
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r-- | src/gamemodifiers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h index 01416d794..283ebb4bb 100644 --- a/src/gamemodifiers.h +++ b/src/gamemodifiers.h @@ -64,6 +64,8 @@ class GameModifiers final void changeImitationMode(const bool forward); + void changeGameModifiers(); + void setQuickDropCounter(const int n); std::string getMoveTypeString(); @@ -88,6 +90,8 @@ class GameModifiers final std::string getImitationModeString(); + std::string getGameModifiersString(); + protected: static const char *getVarItem(const char *const *const arr, const unsigned index, |