diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 12:18:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 14:52:11 +0300 |
commit | bb9ed14fc1bf7dc20f1e951e67bb359c273033a3 (patch) | |
tree | c46e7e5708d3a2058233a41a08995e6c861703ea /src/resources/skillconsts.h | |
parent | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (diff) | |
download | plus-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.gz plus-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.bz2 plus-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.tar.xz plus-bb9ed14fc1bf7dc20f1e951e67bb359c273033a3.zip |
fix code style.
Diffstat (limited to 'src/resources/skillconsts.h')
-rw-r--r-- | src/resources/skillconsts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/skillconsts.h b/src/resources/skillconsts.h index fd5181515..bba04eb47 100644 --- a/src/resources/skillconsts.h +++ b/src/resources/skillconsts.h @@ -18,10 +18,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_RESOURCES_SKILLCONSTS_H -#define GUI_RESOURCES_SKILLCONSTS_H +#ifndef RESOURCES_SKILLCONSTS_H +#define RESOURCES_SKILLCONSTS_H const int SKILL_MIN_ID = 200000; const unsigned int SKILL_VAR_MIN_ID = 1000000; -#endif // GUI_RESOURCES_SKILLCONSTS_H +#endif // RESOURCES_SKILLCONSTS_H |