diff options
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Boat.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Entities/Boat.h b/src/Entities/Boat.h index 3b9889fc1..4a583a26c 100644 --- a/src/Entities/Boat.h +++ b/src/Entities/Boat.h @@ -15,10 +15,14 @@ // tolua_begin -class cBoat : +class cBoat: public cEntity { - typedef cEntity super; + // tolua_end + + using Super = cEntity; + + // tolua_begin public: enum eMaterial |