From 2e9147b9ccdc05362af1c4ecba5fcae71195d945 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Mar 2015 14:17:57 +0300 Subject: Fix tarball error. --- src/net/battleground.h | 45 ----------------------------------- src/net/battlegroundhandler.h | 45 +++++++++++++++++++++++++++++++++++ src/net/eathena/battlegroundhandler.h | 2 +- src/net/tmwa/battlegroundhandler.h | 2 +- 4 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 src/net/battleground.h create mode 100644 src/net/battlegroundhandler.h (limited to 'src') diff --git a/src/net/battleground.h b/src/net/battleground.h deleted file mode 100644 index c84b6c27e..000000000 --- a/src/net/battleground.h +++ /dev/null @@ -1,45 +0,0 @@ -/* - * The ManaPlus Client - * 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 NET_BATTLEGROUNDHANDLER_H -#define NET_BATTLEGROUNDHANDLER_H - -#ifdef EATHENA_SUPPORT - -#include - -#include "localconsts.h" - -namespace Net -{ - -class BattleGroundHandler notfinal -{ - public: - virtual ~BattleGroundHandler() - { } -}; - -} // namespace Net - -extern Net::BattleGroundHandler *battleGroundHandler; - -#endif // EATHENA_SUPPORT -#endif // NET_BATTLEGROUNDHANDLER_H diff --git a/src/net/battlegroundhandler.h b/src/net/battlegroundhandler.h new file mode 100644 index 000000000..c84b6c27e --- /dev/null +++ b/src/net/battlegroundhandler.h @@ -0,0 +1,45 @@ +/* + * The ManaPlus Client + * 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 NET_BATTLEGROUNDHANDLER_H +#define NET_BATTLEGROUNDHANDLER_H + +#ifdef EATHENA_SUPPORT + +#include + +#include "localconsts.h" + +namespace Net +{ + +class BattleGroundHandler notfinal +{ + public: + virtual ~BattleGroundHandler() + { } +}; + +} // namespace Net + +extern Net::BattleGroundHandler *battleGroundHandler; + +#endif // EATHENA_SUPPORT +#endif // NET_BATTLEGROUNDHANDLER_H diff --git a/src/net/eathena/battlegroundhandler.h b/src/net/eathena/battlegroundhandler.h index 5fa175f87..6343eddcf 100644 --- a/src/net/eathena/battlegroundhandler.h +++ b/src/net/eathena/battlegroundhandler.h @@ -23,7 +23,7 @@ #ifdef EATHENA_SUPPORT -#include "net/battleground.h" +#include "net/battlegroundhandler.h" #include "net/eathena/messagehandler.h" diff --git a/src/net/tmwa/battlegroundhandler.h b/src/net/tmwa/battlegroundhandler.h index 0c32fc203..796d02122 100644 --- a/src/net/tmwa/battlegroundhandler.h +++ b/src/net/tmwa/battlegroundhandler.h @@ -23,7 +23,7 @@ #ifdef EATHENA_SUPPORT -#include "net/battleground.h" +#include "net/battlegroundhandler.h" #include "net/tmwa/messagehandler.h" -- cgit v1.2.3-60-g2f50