aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-07 11:21:32 +0000
committernathan <nathansmith@disroot.org>2026-01-07 11:21:32 +0000
commit0180e40326f67ef465e1d865a0aed21162e0f5c5 (patch)
tree2f72f94010920b0d9d9147620ed205f642720e3e /src/player.h
parent0fb94d28d3f64e95ff228edbfd8fc17d420e215f (diff)
downloadFindThings-0180e40326f67ef465e1d865a0aed21162e0f5c5.tar.gz
FindThings-0180e40326f67ef465e1d865a0aed21162e0f5c5.tar.bz2
FindThings-0180e40326f67ef465e1d865a0aed21162e0f5c5.zip
At place thingy
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;