projects
/
TDDC76_proj.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8259226
)
cleanup Bottle.h
author
Arvid Sjöblom
<arvsj277@student.liu.se>
Mon, 11 Dec 2023 08:48:14 +0000
(09:48 +0100)
committer
Arvid Sjöblom
<arvsj277@student.liu.se>
Mon, 11 Dec 2023 08:48:14 +0000
(09:48 +0100)
src/Bottle.h
patch
|
blob
|
history
diff --git
a/src/Bottle.h
b/src/Bottle.h
index 645dc7cfc612949773d164935068907d7a2d2431..66b76344ce2d38de82ea33371ae1fc3fe625255f 100644
(file)
--- 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