implement chat messages

This commit is contained in:
p2r3
2025-08-21 17:45:39 +03:00
parent 33c564e0fc
commit 05862bf62a
3 changed files with 55 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ int cs_setHeldItem (int client_fd);
int cs_clickContainer (int client_fd);
int cs_closeContainer (int client_fd);
int cs_clientStatus (int client_fd);
int cs_chat(int client_fd);
int sc_loginSuccess (int client_fd, uint8_t *uuid, char *name);
int sc_knownPacks (int client_fd);