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.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 source/Pawn.h (limited to 'source/Pawn.h') diff --git a/source/Pawn.h b/source/Pawn.h deleted file mode 100644 index b1b8c71ec..000000000 --- a/source/Pawn.h +++ /dev/null @@ -1,29 +0,0 @@ - -#pragma once - -#include "Entity.h" -#include "Item.h" - - - - - -// tolua_begin -class cPawn : - public cEntity -{ - // tolua_end - typedef cEntity super; - -public: - CLASS_PROTODEF(cPawn); - - cPawn(eEntityType a_EntityType, double a_Width, double a_Height); - -protected: - bool m_bBurnable; -} ; // tolua_export - - - - -- cgit v1.2.3