From: Arvid Sjöblom Date: Mon, 11 Dec 2023 08:48:14 +0000 (+0100) Subject: cleanup Bottle.h X-Git-Url: https://gitweb.forssennils.se/?a=commitdiff_plain;h=d14b9197fce8f520ec749b6f16c15a0473ac68a9;p=TDDC76_proj.git cleanup Bottle.h --- diff --git a/src/Bottle.h b/src/Bottle.h index 645dc7c..66b7634 100644 --- a/src/Bottle.h +++ b/src/Bottle.h @@ -13,15 +13,9 @@ class Bottle : public Static_object { public: Bottle(sf::Texture& txtr, json& params); - void update(Context& context) override; void render(sf::RenderWindow& window) const override; void set_texture(sf::Texture& txtr); - sf::Vector2f get_pos(); -private: - + sf::Vector2f get_pos(); }; - - - #endif \ No newline at end of file