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:
d79d4ca
)
private
author
Arvid Sjöblom
<arvsj277@student.liu.se>
Mon, 13 Nov 2023 07:42:35 +0000
(08:42 +0100)
committer
Arvid Sjöblom
<arvsj277@student.liu.se>
Mon, 13 Nov 2023 07:42:35 +0000
(08:42 +0100)
src/Bottle.h
patch
|
blob
|
history
diff --git
a/src/Bottle.h
b/src/Bottle.h
index ebaa46812a673b7244db29ed9954853c9f4a517b..ea25e434509b326a93dab2a90fd0af27f90a7e25 100644
(file)
--- a/
src/Bottle.h
+++ b/
src/Bottle.h
@@
-16,6
+16,7
@@
class Bottle : Static_object
void collision(Object& other) override;
void update() override;
void render(sf::RenderWindow& window) override;
+ private:
};