aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index 8de144f..3c3ab47 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -11,9 +11,10 @@ typedef struct {
char text[INTERACTION_CHAT_MAX];
Rectangle rect;
bool visible;
+ EntityId entityId;
} InteractionChat;
-void initInteractionChat(InteractionChat* chat);
+void initInteractionChat(InteractionChat* chat, const Settings* settings);
void showInteractionChat(InteractionChat* chat);
void hideInteractionChat(InteractionChat* chat);
void writeToInteractionChat(InteractionChat* chat, const char* text);