From bde97e51963bc89b5922707fa628ffbeb7b03b01 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Oct 2014 23:47:18 +0300 Subject: Add empty friends handler. --- src/net/friendshandler.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/net/friendshandler.h (limited to 'src/net/friendshandler.h') diff --git a/src/net/friendshandler.h b/src/net/friendshandler.h new file mode 100644 index 000000000..1599c9e6b --- /dev/null +++ b/src/net/friendshandler.h @@ -0,0 +1,42 @@ +/* + * 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 NET_FRIENDSHANDLER_H +#define NET_FRIENDSHANDLER_H + +#include + +#include "localconsts.h" + +namespace Net +{ + +class FriendsHandler notfinal +{ + public: + virtual ~FriendsHandler() + { } +}; + +} // namespace Net + +extern Net::FriendsHandler *friendsHandler; + +#endif // NET_FRIENDSHANDLER_H -- cgit v1.2.3-60-g2f50