Using Super.

This commit is contained in:
Mattes D
2020-04-16 20:07:48 +00:00
committed by Alexander Harkness
parent f931590bf0
commit 9ee47e5999
399 changed files with 1815 additions and 1381 deletions
+3 -2
View File
@@ -12,13 +12,14 @@ class cMonster;
// tolua_begin
class cPawn :
class cPawn:
public cEntity
{
// tolua_end
typedef cEntity super;
using Super = cEntity;
public:
CLASS_PROTODEF(cPawn)
cPawn(eEntityType a_EntityType, double a_Width, double a_Height);