diff options
Diffstat (limited to 'source/Entities/Boat.h')
-rw-r--r-- | source/Entities/Boat.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/Entities/Boat.h b/source/Entities/Boat.h index e7a67958d..734ebda83 100644 --- a/source/Entities/Boat.h +++ b/source/Entities/Boat.h @@ -31,4 +31,8 @@ public: virtual void HandlePhysics(float a_Dt, cChunk & a_Chunk) override; cBoat(double a_X, double a_Y, double a_Z); -} ;
\ No newline at end of file +} ; + + + + |