From 1a7912744ff2e0abfeae0d2d75af80d73209580c Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 11:39:13 +0200 Subject: Moved entities into the Entities subfolder. --- source/Pawn.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 source/Pawn.cpp (limited to 'source/Pawn.cpp') diff --git a/source/Pawn.cpp b/source/Pawn.cpp deleted file mode 100644 index b58c2b544..000000000 --- a/source/Pawn.cpp +++ /dev/null @@ -1,27 +0,0 @@ - -#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules - -#include "Pawn.h" -#include "Root.h" -#include "Server.h" -#include "World.h" -#include "Player.h" -#include "PluginManager.h" -#include "Vector3d.h" -#include "BlockID.h" -#include "Defines.h" - - - - - -cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height) - : cEntity(a_EntityType, 0, 0, 0, a_Width, a_Height) - , m_bBurnable(true) -{ -} - - - - - -- cgit v1.2.3