#ifndef CHAT_COMMANDS_H #define CHAT_COMMANDS_H bool exec_chat_command(char* command); void display_chat_commands(void); #endif