summaryrefslogblamecommitdiffstats
path: root/source/Pawn.h
blob: b1b8c71ecf15bda9e9c65450d0c73d6f6473b62e (plain) (tree)
1
2
3
4
5
6
7
8
9
10


            
                   
                 




 


                      
 
                    

                              
       
                              
 
                                                                         
 
          
                         
                    



 

#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