removed unused fns from chat-flags header file

This commit is contained in:
Václav Šmejkal 2024-09-01 20:45:39 +02:00
parent c4fc11063a
commit 70e84980e7
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -60,9 +60,6 @@ extern "C" {
//SHORTCUTS CAUSE I'M LAZY BITCH
#define WHY2_CHAT_CODE_SSQC WHY2_CHAT_CODE_SERVER_SIDE_QUIT_COMMUNICATION
char *why2_chat_client_get_server_exit_cmd(); //GETTER AND SETTER FOR !exit FROM SERVER
void why2_chat_client_set_server_exit_cmd(char *cmd);
#ifdef __cplusplus
}
#endif