mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-23 15:05:29 +01:00
Put the internal sound definitions into a new sound namespace
This commit is contained in:
@@ -23,6 +23,8 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
|
||||
#include "../../sound.h"
|
||||
#include <variant>
|
||||
|
||||
namespace sound {
|
||||
|
||||
namespace sound_manager_messages_to_mgr {
|
||||
struct PauseAll {};
|
||||
struct ResumeAll {};
|
||||
@@ -78,3 +80,5 @@ using SoundManagerMsgToProxy = std::variant<
|
||||
|
||||
sound_manager_messages_to_proxy::Stopped
|
||||
>;
|
||||
|
||||
} // namespace sound
|
||||
|
||||
Reference in New Issue
Block a user