cleanup Bottle.h
authorArvid Sjöblom <arvsj277@student.liu.se>
Mon, 11 Dec 2023 08:48:14 +0000 (09:48 +0100)
committerArvid Sjöblom <arvsj277@student.liu.se>
Mon, 11 Dec 2023 08:48:14 +0000 (09:48 +0100)
src/Bottle.h

index 645dc7cfc612949773d164935068907d7a2d2431..66b76344ce2d38de82ea33371ae1fc3fe625255f 100644 (file)
@@ -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