summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorJohannes Herman <johannes.herman@gmail.com>2026-03-17 09:30:43 +0100
committerJohannes Herman <johannes.herman@gmail.com>2026-03-17 09:30:43 +0100
commit95a841ac088a78c7c55c9213a1f4664d3c60e328 (patch)
treebf4e4ef0601d29f05aca3e599738f85ef3436370 /inc
parenta5bb4f7f7ab7f624fcf22e6211b159f0c7577835 (diff)
Added extract chat option
Diffstat (limited to 'inc')
-rw-r--r--inc/chat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/chat.h b/inc/chat.h
new file mode 100644
index 0000000..cc7e8f8
--- /dev/null
+++ b/inc/chat.h
@@ -0,0 +1,8 @@
+#ifndef CHAT_H
+#define CHAT_H
+
+#include "demo.h"
+
+void printchat(demo *demo);
+
+#endif // CHAT_H