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/textcommand.h | |
parent | 89b267d6d73bbc59f7c313b8a22b97fbb27f99a8 (diff) | |
download | ManaVerse-3c404128c4669a1f4f190e20a89553677717fc50.tar.gz ManaVerse-3c404128c4669a1f4f190e20a89553677717fc50.tar.bz2 ManaVerse-3c404128c4669a1f4f190e20a89553677717fc50.tar.xz ManaVerse-3c404128c4669a1f4f190e20a89553677717fc50.zip |
Add missing comments into defines.
Diffstat (limited to 'src/textcommand.h')
-rw-r--r-- | src/textcommand.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/textcommand.h b/src/textcommand.h index 496c6d8ff..230c926a0 100644 --- a/src/textcommand.h +++ b/src/textcommand.h @@ -53,7 +53,7 @@ class TextCommand final const MagicSchoolT school = MagicSchool::SkillMagic, const unsigned int schoolLvl = 0U, const unsigned int mana = 0U); -#endif +#endif // TMWA_SUPPORT /** * Constructor. @@ -128,7 +128,7 @@ class TextCommand final void setCommandType(const TextCommandTypeT commandType) { mCommandType = commandType; } -#endif +#endif // TMWA_SUPPORT void setCommand(const std::string &command) { mCommand = command; } @@ -170,7 +170,8 @@ class TextCommand final unsigned mBaseLvl; unsigned mSchoolLvl; TextCommandTypeT mCommandType; -#endif +#endif // TMWA_SUPPORT + Image *mImage; }; |