summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-23 00:39:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-23 00:39:12 +0300
commit6336dabcb33ca6b4d417b352fa0b12651b6f4c57 (patch)
treea84879f46ee80d2f98d0418cbcbbb81e28da8e76 /src/gamemodifiers.h
parent1995e723df5d5aef32b289c0122493ee6fe18b0e (diff)
downloadplus-6336dabcb33ca6b4d417b352fa0b12651b6f4c57.tar.gz
plus-6336dabcb33ca6b4d417b352fa0b12651b6f4c57.tar.bz2
plus-6336dabcb33ca6b4d417b352fa0b12651b6f4c57.tar.xz
plus-6336dabcb33ca6b4d417b352fa0b12651b6f4c57.zip
move "change away type" option into gamemodifiers.
Diffstat (limited to 'src/gamemodifiers.h')
-rw-r--r--src/gamemodifiers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gamemodifiers.h b/src/gamemodifiers.h
index 75b871136..76c23003a 100644
--- a/src/gamemodifiers.h
+++ b/src/gamemodifiers.h
@@ -66,6 +66,8 @@ class GameModifiers final
void changeGameModifiers();
+ void changeAwayMode();
+
void setQuickDropCounter(const int n);
std::string getMoveTypeString();
@@ -94,6 +96,8 @@ class GameModifiers final
std::string getMapDrawTypeString();
+ std::string getAwayModeString();
+
protected:
static const char *getVarItem(const char *const *const arr,
const unsigned index,