diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-19 02:23:24 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-19 02:23:24 +0000 |
| commit | e4acecf8cebacbcbb6b7739aff7f34fd0147ed45 (patch) | |
| tree | 90f266e8aee4b94682c318e9bc77ef6b1e034556 /src/ui.h | |
| parent | 8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576 (diff) | |
| download | FindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.tar.gz FindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.tar.bz2 FindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.zip | |
So little yet so much
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ typedef struct { void initInteractionChat(InteractionChat* chat, const Settings* settings); void showInteractionChat(InteractionChat* chat); void hideInteractionChat(InteractionChat* chat); +void setInteractionChat(InteractionChat* chat, const char* text); void writeToInteractionChat(InteractionChat* chat, const char* text); void clearInteractionChat(InteractionChat* chat); void updateInteractionChat(InteractionChat* chat, Game* game); |
