From d25ca16f4e090f1720a6fb6af15f2693e2e93b60 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 2 May 2023 18:54:37 +0200 Subject: [PATCH] created WHY2_CHAT_CODE_PICK_USERNAME macro these will be sent on some events etc. --- include/chat/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/chat/config.h b/include/chat/config.h index b5a0466..0e466a6 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -19,6 +19,9 @@ along with this program. If not, see . #ifndef WHY2_CHAT_CONFIG_H #define WHY2_CHAT_CONFIG_H +//MACROS +#define WHY2_CHAT_CODE_PICK_USERNAME "code_001" + void why2_chat_init_config(void); //CHECK IF CONFIG EXISTS, CREATE IT #endif \ No newline at end of file