diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-12 18:41:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-12 18:41:12 +0300 |
commit | 906e0791682825606f80f72f067f4b19005fe535 (patch) | |
tree | 0367ebe15da35860bb12b4d9735d5b18236f0d07 /src/dyetool/client.h | |
parent | 21c3ddedc9d54fdc263adc758f49ea5688d7b6c3 (diff) | |
download | plus-906e0791682825606f80f72f067f4b19005fe535.tar.gz plus-906e0791682825606f80f72f067f4b19005fe535.tar.bz2 plus-906e0791682825606f80f72f067f4b19005fe535.tar.xz plus-906e0791682825606f80f72f067f4b19005fe535.zip |
Reenable dyecmd compilation.
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r-- | src/dyetool/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h index 3e1b64691..40a72ef9d 100644 --- a/src/dyetool/client.h +++ b/src/dyetool/client.h @@ -82,6 +82,8 @@ class Client final : public ActionListener void slowLogic(); + bool isTmw(); + private: void stateGame(); |