1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-01 18:55:32 +01:00

Rename sound.h to sound_spec.h

To prevent incude conflicts
This commit is contained in:
cx384
2025-11-30 14:59:48 +01:00
parent dc48f98a20
commit 5a799b9b24
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
#include <optional>
#include <set>
#include "itemgroup.h"
#include "sound.h"
#include "sound_spec.h"
#include "texture_override.h" // TextureOverride
#include "tool.h"
#include "util/pointabilities.h"