aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 3edec59..2a0f8cc 100644
--- a/src/player.h
+++ b/src/player.h
@@ -28,6 +28,7 @@ typedef struct {
Camera camera;
Vector2 cameraAngle;
+ WorldUID place;
WorldUID selectedEntity;
bool isInteracting;
} Player;