From 53023eb65bdcde43e341c1ecb7cf0c7f8ee524fb Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 7 Jul 2019 13:09:11 +0200 Subject: the great reorganization --- src/entities/Boat.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/entities/Boat.h (limited to 'src/entities/Boat.h') diff --git a/src/entities/Boat.h b/src/entities/Boat.h deleted file mode 100644 index 6d6482a4..00000000 --- a/src/entities/Boat.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include "Vehicle.h" - -class CBoat : public CVehicle -{ -public: - // 0x288 - 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