summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
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