summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-21 21:39:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-21 21:39:00 +0300
commiteed7ef561a9d590d507255118132676f868b1bd3 (patch)
tree586f7f394c0d7678ed615525c6129fb9d787bf04 /src/gamemodifiers.h
parentc41fcc1f637e76e5ff671b223ce6c151af89e7d3 (diff)
downloadplus-eed7ef561a9d590d507255118132676f868b1bd3.tar.gz
plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.bz2
plus-eed7ef561a9d590d507255118132676f868b1bd3.tar.xz
plus-eed7ef561a9d590d507255118132676f868b1bd3.zip
move "change pickup 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 ed19773d8..b08955588 100644
--- a/src/gamemodifiers.h
+++ b/src/gamemodifiers.h
@@ -56,6 +56,8 @@ class GameModifiers final
void changeQuickDropCounter(const bool forward);
+ void changePickUpType(const bool forward);
+
void setQuickDropCounter(const int n);
std::string getMoveTypeString();
@@ -72,6 +74,8 @@ class GameModifiers final
std::string getQuickDropCounterString();
+ std::string getPickUpTypeString();
+
protected:
static const char *getVarItem(const char *const *const arr,
const unsigned index,