From d14b9197fce8f520ec749b6f16c15a0473ac68a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arvid=20Sj=C3=B6blom?= Date: Mon, 11 Dec 2023 09:48:14 +0100 Subject: [PATCH] cleanup Bottle.h --- src/Bottle.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 -- 2.30.2