From a66e18be5afd0607327cae5cda0813885f99b178 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 10:21:44 +0200 Subject: [PATCH] created WHY2_CHAT_CONFIG macro --- include/chat/flags.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/chat/flags.h b/include/chat/flags.h index 65ba001..78f6cc1 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -29,4 +29,6 @@ along with this program. If not, see . #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff +#define WHY2_CHAT_CONFIG "~/.why2_chat.json" + #endif \ No newline at end of file