diff options
| author | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:30:43 +0100 |
|---|---|---|
| committer | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:30:43 +0100 |
| commit | 95a841ac088a78c7c55c9213a1f4664d3c60e328 (patch) | |
| tree | bf4e4ef0601d29f05aca3e599738f85ef3436370 /inc/chat.h | |
| parent | a5bb4f7f7ab7f624fcf22e6211b159f0c7577835 (diff) | |
Added extract chat option
Diffstat (limited to 'inc/chat.h')
| -rw-r--r-- | inc/chat.h | 8 |
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 |
