From 667cce07fe604b3983bf6e409fe5e9137fa5e81a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 May 2014 23:08:15 +0300 Subject: Move chat tab consts into separate file. --- src/gui/chatconsts.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/gui/chatconsts.h (limited to 'src/gui/chatconsts.h') diff --git a/src/gui/chatconsts.h b/src/gui/chatconsts.h new file mode 100644 index 000000000..80969b38e --- /dev/null +++ b/src/gui/chatconsts.h @@ -0,0 +1,31 @@ +/* + * The ManaPlus Client + * Copyright (C) 2009 The Mana World Development Team + * Copyright (C) 2009-2010 The Mana Developers + * 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 . + */ + +#ifndef GUI_CHATCONSTS_H +#define GUI_CHATCONSTS_H + +#include + +const std::string GENERAL_CHANNEL = ""; +const std::string TRADE_CHANNEL = ""; + +#endif // GUI_CHATCONSTS_H -- cgit v1.2.3-60-g2f50