diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-25 17:43:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-25 17:48:01 +0300 |
commit | c1c666d37d924f4ef9c544b7ce25fc3ef7b6dd15 (patch) | |
tree | bf2b183127384c9b0b77719c1176db51f917f6f4 /src/utils/gmfunctions.h | |
parent | f2a2fe38f1185cbe6acb978b37190aaae76f1b62 (diff) | |
download | plus-c1c666d37d924f4ef9c544b7ce25fc3ef7b6dd15.tar.gz plus-c1c666d37d924f4ef9c544b7ce25fc3ef7b6dd15.tar.bz2 plus-c1c666d37d924f4ef9c544b7ce25fc3ef7b6dd15.tar.xz plus-c1c666d37d924f4ef9c544b7ce25fc3ef7b6dd15.zip |
Replace direct gm commands to gm command functions.
Diffstat (limited to 'src/utils/gmfunctions.h')
-rw-r--r-- | src/utils/gmfunctions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/gmfunctions.h b/src/utils/gmfunctions.h index 6ef32996e..833ef5bd1 100644 --- a/src/utils/gmfunctions.h +++ b/src/utils/gmfunctions.h @@ -30,9 +30,14 @@ namespace Gm void runCommand(const std::string &command, const std::string ¶ms); + void runCommand(const std::string &command); + void runCharCommand(const std::string &command, const std::string &name, const std::string ¶ms); + + void runCharCommand(const std::string &command, + const std::string &name); } // namespace Gm #endif // UTILS_GMFUNCTIONS_H |