1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Move sound_openal and sound_openal_internal into new src/client/sound directory

This commit is contained in:
Desour 2023-09-28 16:49:47 +02:00 committed by DS
parent 8fa2ea71ef
commit 606215fae9
8 changed files with 12 additions and 9 deletions

View file

@ -31,7 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "guiMainMenu.h"
#include "sound.h"
#include "client/sound_openal.h"
#include "httpfetch.h"
#include "log.h"
#include "client/fontengine.h"
@ -39,6 +38,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlicht_changes/static_text.h"
#include "client/tile.h"
#if USE_SOUND
#include "client/sound/sound_openal.h"
#endif
/******************************************************************************/
void TextDestGuiEngine::gotText(const StringMap &fields)