aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Tools/Tools.h
diff options
context:
space:
mode:
authorazazel <none@none>2010-08-06 17:39:18 +0600
committerazazel <none@none>2010-08-06 17:39:18 +0600
commit6a202826e6c10ce722af7e86b11e015ead33aa6b (patch)
treebc2a1e62c3313665754cac3f6f481ded743a0773 /src/server/game/Tools/Tools.h
parent9b22ad006b35217c1a74db9fca15ddbe72d9c817 (diff)
Remove obsolete files from project. Thanks 41782992@qq.com for pointing this out. Closes issue #3257
--HG-- branch : trunk
Diffstat (limited to 'src/server/game/Tools/Tools.h')
-rw-r--r--src/server/game/Tools/Tools.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/server/game/Tools/Tools.h b/src/server/game/Tools/Tools.h
deleted file mode 100644
index 48f3d02e4d0..00000000000
--- a/src/server/game/Tools/Tools.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
- *
- * Copyright (C) 2008-2010 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
-