refactor: relocate ConsoleSoundEngine base into minecraft/sounds/

This commit is contained in:
MatthewBeshay
2026-04-09 21:41:06 +10:00
parent 4d9db3ed3b
commit 62186f8afb
21 changed files with 104 additions and 87 deletions

View File

@@ -12,7 +12,7 @@
#include "ClientConnection.h"
#include "MultiPlayerChunkCache.h"
#include "MultiPlayerLocalPlayer.h"
#include "app/common/Audio/SoundEngine.h"
#include "minecraft/sounds/ConsoleSoundEngine.h"
#include "java/JavaMath.h"
#include "java/Random.h"
#include "minecraft/Console_Debug_enum.h"