diff options
Diffstat (limited to 'source/Pawn.h')
-rw-r--r-- | source/Pawn.h | 29 |
1 files changed, 0 insertions, 29 deletions
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 - - - - |