mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move sound_openal and sound_openal_internal into new src/client/sound directory
This commit is contained in:
parent
8fa2ea71ef
commit
606215fae9
8 changed files with 12 additions and 9 deletions
|
@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "client/keys.h"
|
||||
#include "client/joystick_controller.h"
|
||||
#include "client/mapblock_mesh.h"
|
||||
#include "client/sound.h"
|
||||
#include "clientmap.h"
|
||||
#include "clouds.h"
|
||||
#include "config.h"
|
||||
|
@ -75,10 +76,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include "clientdynamicinfo.h"
|
||||
|
||||
#if USE_SOUND
|
||||
#include "client/sound_openal.h"
|
||||
#else
|
||||
#include "client/sound.h"
|
||||
#include "client/sound/sound_openal.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
Text input system
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue