add player join messages

This commit is contained in:
p2r3
2025-08-21 17:03:26 +03:00
parent 70c1fb0e7a
commit 33c564e0fc
3 changed files with 23 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ int sc_updateEntityRotation (int client_fd, int id, uint8_t yaw, uint8_t pitch);
int sc_damageEvent (int client_fd, int id, int type);
int sc_setHealth (int client_fd, uint8_t health, uint8_t food);
int sc_respawn (int client_fd);
int sc_systemChat (int client_fd, char* message, uint16_t len);
int sc_registries (int client_fd);
#endif