diff options
author | fschildt <florian.schildt@protonmail.com> | 2025-08-22 15:23:11 +0200 |
---|---|---|
committer | fschildt <florian.schildt@protonmail.com> | 2025-08-22 15:23:11 +0200 |
commit | 2050c0e0576f05156f192aa4caf48834d2f28b14 (patch) | |
tree | ee58bd35b0df0a1bacfbc9700ed99ce80c99294e /src/client/chat.h |
Diffstat (limited to 'src/client/chat.h')
-rw-r--r-- | src/client/chat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/chat.h b/src/client/chat.h new file mode 100644 index 0000000..110223b --- /dev/null +++ b/src/client/chat.h @@ -0,0 +1,9 @@ +#ifndef CHAT_H +#define CHAT_H + +#include <basic/basic.h> +#include <basic/string32.h> +#include <basic/time.h> + + +#endif // CHAT_H |