From a714a339ac461943236eb1992c38dfb16821d0a1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 02:14:39 +0300 Subject: Move chat command /dumpe into actions. Also move some functions into chatutils. --- src/utils/chatutils.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/utils/chatutils.h (limited to 'src/utils/chatutils.h') diff --git a/src/utils/chatutils.h b/src/utils/chatutils.h new file mode 100644 index 000000000..976110d9c --- /dev/null +++ b/src/utils/chatutils.h @@ -0,0 +1,32 @@ +/* + * 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 . + */ + +#ifndef UTILS_CHATUTILS_H +#define UTILS_CHATUTILS_H + +#include + +class ChatTab; + +void outStringNormal(ChatTab *const tab, + const std::string &str, + const std::string &def); + +#endif // ACTIONS_ACTIONS_H -- cgit v1.2.3-70-g09d2