mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Put the internal sound definitions into a new sound
namespace
This commit is contained in:
@@ -21,6 +21,8 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "filesys.h"
|
||||
|
||||
namespace sound {
|
||||
|
||||
ProxySoundManager::MsgResult ProxySoundManager::handleMsg(SoundManagerMsgToProxy &&msg)
|
||||
{
|
||||
using namespace sound_manager_messages_to_proxy;
|
||||
@@ -161,3 +163,5 @@ void ProxySoundManager::updateSoundPosVel(sound_handle_t sound, const v3f &pos_,
|
||||
{
|
||||
send(sound_manager_messages_to_mgr::UpdateSoundPosVel{sound, pos_, vel_});
|
||||
}
|
||||
|
||||
} // namespace sound
|
||||
|
Reference in New Issue
Block a user