diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-23 22:01:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-23 22:01:44 +0300 |
commit | 3c404128c4669a1f4f190e20a89553677717fc50 (patch) | |
tree | 2db4e5031089c800c4e00fd6244e578f44a7c910 /src/client.h | |
parent | 89b267d6d73bbc59f7c313b8a22b97fbb27f99a8 (diff) | |
download | plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.gz plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.bz2 plus-3c404128c4669a1f4f190e20a89553677717fc50.tar.xz plus-3c404128c4669a1f4f190e20a89553677717fc50.zip |
Add missing comments into defines.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h index f381c5cb6..6b4c3c186 100644 --- a/src/client.h +++ b/src/client.h @@ -26,7 +26,7 @@ #ifdef DYECMD #include "dyetool/client.h" -#else +#else // DYECMD #include "enums/state.h" @@ -112,9 +112,10 @@ class Client final : public ConfigListener, #ifdef ANDROID static void logVars(); -#else +#else // ANDROID + static void logVars() A_CONST; -#endif +#endif // ANDROID void stateConnectGame1(); @@ -139,7 +140,7 @@ class Client final : public ConfigListener, Button *mPerfomanceButton; #ifdef ANDROID Button *mCloseButton; -#endif +#endif // ANDROID StateT mState; StateT mOldState; |