Home
last modified time | relevance | path

Searched refs:sendRemovedSounds (Results 1 – 2 of 2) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclient.h452 void sendRemovedSounds(std::vector<s32> &soundList);
H A Dclient.cpp621 sendRemovedSounds(removed_server_ids); in step()
1107 void Client::sendRemovedSounds(std::vector<s32> &soundList) in sendRemovedSounds() function in Client