diff options
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |
