From 5543e6953f36937ad18cde9105d8a083fa750d2f Mon Sep 17 00:00:00 2001 From: killerwife Date: Tue, 10 Sep 2024 13:30:30 +0200 Subject: [PATCH] WIP --- src/game/BattleGround/BattleGroundQueue.cpp | 18 +++++++++++++++++ src/game/BattleGround/BattleGroundQueue.h | 22 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/game/BattleGround/BattleGroundQueue.cpp create mode 100644 src/game/BattleGround/BattleGroundQueue.h diff --git a/src/game/BattleGround/BattleGroundQueue.cpp b/src/game/BattleGround/BattleGroundQueue.cpp new file mode 100644 index 0000000000..d3ed7878cb --- /dev/null +++ b/src/game/BattleGround/BattleGroundQueue.cpp @@ -0,0 +1,18 @@ +/* + * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information + * + * 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 + * (at your option) 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + diff --git a/src/game/BattleGround/BattleGroundQueue.h b/src/game/BattleGround/BattleGroundQueue.h new file mode 100644 index 0000000000..63fd86faac --- /dev/null +++ b/src/game/BattleGround/BattleGroundQueue.h @@ -0,0 +1,22 @@ +/* + * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information + * + * 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 + * (at your option) 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __BATTLEGROUNDQUEUE_H +#define __BATTLEGROUNDQUEUE_H + +#endif \ No newline at end of file