From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/Entities/ExpOrb.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/Entities/ExpOrb.h') diff --git a/src/Entities/ExpOrb.h b/src/Entities/ExpOrb.h index 326e28b1d..3a7f4ee69 100644 --- a/src/Entities/ExpOrb.h +++ b/src/Entities/ExpOrb.h @@ -8,14 +8,15 @@ // tolua_begin -class cExpOrb : +class cExpOrb: public cEntity { - typedef cEntity super; - -public: // tolua_end + using Super = cEntity; + +public: // tolua_export + CLASS_PROTODEF(cExpOrb) cExpOrb(Vector3d a_Pos, int a_Reward); -- cgit v1.2.3