From e2bd3573b4d44b8f80197d8de98fcfc91e2229b8 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 30 Jun 2019 13:59:55 +0300 Subject: PlayBackThisFrameInterpolation and all it required... --- src/entities/Boat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/entities/Boat.h') diff --git a/src/entities/Boat.h b/src/entities/Boat.h index 26de0cdc..6d6482a4 100644 --- a/src/entities/Boat.h +++ b/src/entities/Boat.h @@ -9,5 +9,9 @@ public: uint8 stuff1[57]; bool m_bIsAnchored; uint8 stuff[450]; + + CBoat(int, uint8); + CBoat* ctor(int, uint8); + void dtor() { this->CBoat::~CBoat(); }; }; static_assert(sizeof(CBoat) == 0x484, "CBoat: error"); -- cgit v1.2.3