From 6b1278cc06053a8b4211b02de21d65d2a7f7e716 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 17:39:11 +0100 Subject: [PATCH] created "common" header file --- include/chat/common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/chat/common.h diff --git a/include/chat/common.h b/include/chat/common.h new file mode 100644 index 0000000..643ba3d --- /dev/null +++ b/include/chat/common.h @@ -0,0 +1,6 @@ +#ifndef WHY2_CHAT_COMMON_H +#define WHY2_CHAT_COMMON_H + + + +#endif \ No newline at end of file