aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameplay.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-05 16:39:54 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-05 16:39:54 +0100
commit122253871c5e01197741c105a1c6159f960a57a8 (patch)
tree453cfd5e6660bf876c24472bfcd41e530f7eb4d2 /src/gameplay.hpp
parentrelease v0.0.2 (diff)
downloadthreshold-122253871c5e01197741c105a1c6159f960a57a8.tar.gz
threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.bz2
threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.xz
threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.zst
threshold-122253871c5e01197741c105a1c6159f960a57a8.zip
FINALLY add cowboy
Diffstat (limited to 'src/gameplay.hpp')
-rw-r--r--src/gameplay.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameplay.hpp b/src/gameplay.hpp
index 168a83a..f53b094 100644
--- a/src/gameplay.hpp
+++ b/src/gameplay.hpp
@@ -27,6 +27,8 @@ class Game {
std::string next; // next level
+ Camera2D * camera;
+
public:
Game(std::string const & path);
~Game();