summaryrefslogtreecommitdiffhomepage
path: root/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'Player.h')
-rw-r--r--Player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Player.h b/Player.h
index b1cb629..d831234 100644
--- a/Player.h
+++ b/Player.h
@@ -18,6 +18,7 @@ struct Player
float m_invulnerability;
Vector2 m_position;
Vector2 m_velocity;
+ Rectangle m_playground;
std::unique_ptr<Controller> m_controller;
};