diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:06:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:06:48 +0300 |
commit | fafa76be86d659f7004e589a6fe55a0d53fed82f (patch) | |
tree | 52483bd44e276c94c59b3f7c66a28e5f4eca9a29 /src/const/equipment.h | |
parent | 004bb0759fa125f53a4595834f65ad30e7921461 (diff) | |
download | plus-fafa76be86d659f7004e589a6fe55a0d53fed82f.tar.gz plus-fafa76be86d659f7004e589a6fe55a0d53fed82f.tar.bz2 plus-fafa76be86d659f7004e589a6fe55a0d53fed82f.tar.xz plus-fafa76be86d659f7004e589a6fe55a0d53fed82f.zip |
Move equipment related constants into separate file.
Diffstat (limited to 'src/const/equipment.h')
-rw-r--r-- | src/const/equipment.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/const/equipment.h b/src/const/equipment.h new file mode 100644 index 000000000..fb28d7e12 --- /dev/null +++ b/src/const/equipment.h @@ -0,0 +1,30 @@ +/* + * The ManaPlus Client + * Copyright (C) 2004-2009 The Mana World Development Team + * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2011-2015 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 CONST_EQUIPMENT_H +#define CONST_EQUIPMENT_H + +#include "localconsts.h" + +static const int EQUIPMENT_SIZE = 27; + +#endif // CONST_EQUIPMENT_H |