diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
commit | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (patch) | |
tree | 111df89896898fd8e5393c78fc1d0c827a43a2c0 /src/resources/skillconsts.h | |
parent | 9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b (diff) | |
download | plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.gz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.bz2 plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.xz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.zip |
Remove useless includes.
Diffstat (limited to 'src/resources/skillconsts.h')
-rw-r--r-- | src/resources/skillconsts.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/resources/skillconsts.h b/src/resources/skillconsts.h new file mode 100644 index 000000000..fd5181515 --- /dev/null +++ b/src/resources/skillconsts.h @@ -0,0 +1,27 @@ +/* + * The ManaPlus Client + * Copyright (C) 2011-2014 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef GUI_RESOURCES_SKILLCONSTS_H +#define GUI_RESOURCES_SKILLCONSTS_H + +const int SKILL_MIN_ID = 200000; +const unsigned int SKILL_VAR_MIN_ID = 1000000; + +#endif // GUI_RESOURCES_SKILLCONSTS_H |