aboutsummaryrefslogtreecommitdiff
path: root/gameloop/include/gameObject.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-09-26 10:38:45 +0200
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-09-26 10:38:45 +0200
commit86a7bd1aee2ee96079e00e2696a624fd6b642fa0 (patch)
tree058e11d246cdb25657e03f6b431a5c254b2a3438 /gameloop/include/gameObject.h
parent8bf919f750807060f3ac2c640b8a02300af1733c (diff)
update
Diffstat (limited to 'gameloop/include/gameObject.h')
-rw-r--r--gameloop/include/gameObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gameloop/include/gameObject.h b/gameloop/include/gameObject.h
index 0e17991..fc7d026 100644
--- a/gameloop/include/gameObject.h
+++ b/gameloop/include/gameObject.h
@@ -18,6 +18,7 @@ class GameObject {
void setHeight(float value);
void setVelX(float value);
void setVelY(float value);
+ int direction;
private:
std::string name = "";
float x = 0;