mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-05 15:15:25 +01:00
Rename sound.h to sound_spec.h
To prevent incude conflicts
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "al_extensions.h"
|
||||
#include "sound_constants.h"
|
||||
#include "sound_manager_messages.h"
|
||||
#include "../sound.h"
|
||||
#include "sound_spec.h"
|
||||
#include "threading/thread.h"
|
||||
#include "util/container.h" // MutexedQueue
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../sound.h"
|
||||
#include "../../sound.h"
|
||||
#include "client/sound.h"
|
||||
#include "sound_spec.h"
|
||||
#include <variant>
|
||||
|
||||
namespace sound {
|
||||
|
||||
Reference in New Issue
Block a user