From fafa76be86d659f7004e589a6fe55a0d53fed82f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Dec 2015 23:06:48 +0300 Subject: Move equipment related constants into separate file. --- src/const/equipment.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/const/equipment.h (limited to 'src/const/equipment.h') 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 . + */ + +#ifndef CONST_EQUIPMENT_H +#define CONST_EQUIPMENT_H + +#include "localconsts.h" + +static const int EQUIPMENT_SIZE = 27; + +#endif // CONST_EQUIPMENT_H -- cgit v1.2.3-60-g2f50