diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-16 18:40:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-16 18:40:43 +0300 |
commit | b753348ab7153282e6cf539c627dfd1fb9896c42 (patch) | |
tree | 5f3341189b7ee51885a9fdab213cd6796989296d /src/net/ea/adminhandler.h | |
parent | 81218a9140a81d165a6f03c31f580a2af63ec041 (diff) | |
download | plus-b753348ab7153282e6cf539c627dfd1fb9896c42.tar.gz plus-b753348ab7153282e6cf539c627dfd1fb9896c42.tar.bz2 plus-b753348ab7153282e6cf539c627dfd1fb9896c42.tar.xz plus-b753348ab7153282e6cf539c627dfd1fb9896c42.zip |
Add slide function in adminhandler.
Diffstat (limited to 'src/net/ea/adminhandler.h')
-rw-r--r-- | src/net/ea/adminhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/adminhandler.h b/src/net/ea/adminhandler.h index 9849f4e31..c73fbafde 100644 --- a/src/net/ea/adminhandler.h +++ b/src/net/ea/adminhandler.h @@ -55,6 +55,8 @@ class AdminHandler notfinal : public Net::AdminHandler void ipcheckName(const std::string &name) const override final; + void slide(const int x, const int y) const override final; + void createItems(const int id, const ItemColor color, const int amount) const override final; |