aboutsummaryrefslogtreecommitdiff
path: root/src/game/Tools.h
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-27 11:39:40 -0600
committermegamage <none@none>2008-12-27 11:39:40 -0600
commitae5e329321d0b6eec74672e47251c1845f578fb0 (patch)
tree4dfa87c3dd9319b58011cac040d5f11efa30210d /src/game/Tools.h
parent8a337e26c5c41bc126f6fd0b3bfbb783fc6b8aa4 (diff)
*Update to Mangos 6955.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Tools.h')
-rw-r--r--src/game/Tools.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/game/Tools.h b/src/game/Tools.h
deleted file mode 100644
index 03b48a7e9a3..00000000000
--- a/src/game/Tools.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/>
- *
- * Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
- *
- * 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 TRINITY_TOOLS_H
-#define TRINITY_TOOLS_H
-
-#include "Common.h"
-#include "WorldPacket.h"
-
-bool readGUID(WorldPacket & data, uint64& guid);
-void writeGUID(WorldPacket & data, uint64 & guid);
-#endif