summaryrefslogtreecommitdiffstats
path: root/source/Pawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pawn.h')
-rw-r--r--source/Pawn.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/Pawn.h b/source/Pawn.h
index 8c20ee1e6..5a7ace636 100644
--- a/source/Pawn.h
+++ b/source/Pawn.h
@@ -74,13 +74,14 @@ struct TakeDamageInfo
// tolua_begin
class cPawn :
public cEntity
-{
+{
// tolua_end
+ typedef cEntity super;
+
public:
- CLASS_PROTOTYPE()
+ CLASS_PROTODEF(cPawn);
cPawn(void);
- virtual ~cPawn();
virtual void Tick(float a_Dt) override;