created WHY2_CHAT_CODE_PICK_USERNAME macro

these will be sent on some events etc.
This commit is contained in:
Václav Šmejkal 2023-05-02 18:54:37 +02:00
parent ca22dab5aa
commit d25ca16f4e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -19,6 +19,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifndef WHY2_CHAT_CONFIG_H #ifndef WHY2_CHAT_CONFIG_H
#define 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 void why2_chat_init_config(void); //CHECK IF CONFIG EXISTS, CREATE IT
#endif #endif