add $song on proxy server

This commit is contained in:
Martin Michelsen
2023-02-21 09:35:05 -08:00
parent 078fd4ac08
commit 97172717da
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ void send_player_stats_change(
void send_warp(Channel& ch, uint8_t client_id, uint32_t area);
void send_warp(std::shared_ptr<Client> c, uint32_t area);
void send_ep3_change_music(std::shared_ptr<Client> c, uint32_t song);
void send_ep3_change_music(Channel& ch, uint32_t song);
void send_set_player_visibility(std::shared_ptr<Lobby> l,
std::shared_ptr<Client> c, bool visible);
void send_revive_player(std::shared_ptr<Lobby> l, std::shared_ptr<Client> c);