aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 71c9993..436f8d0 100644
--- a/src/player.h
+++ b/src/player.h
@@ -1,4 +1,5 @@
#include "utils.h"
+#include "world.h"
#ifndef PLAYER_H
#define PLAYER_H
@@ -14,6 +15,8 @@ typedef struct {
Camera camera;
Vector2 cameraAngle;
+
+ WorldUID interactingWith;
} Player;
Player createPlayer();