Luanti
5.16.0-dev
Loading...
Searching...
No Matches
al_extensions.h
Go to the documentation of this file.
1
// Luanti
2
// SPDX-License-Identifier: LGPL-2.1-or-later
3
// Copyright (C) 2023 DS
4
5
#pragma once
6
7
#include "
al_helpers.h
"
8
9
namespace
sound
{
10
14
struct
ALExtensions
15
{
16
explicit
ALExtensions
(
const
ALCdevice *deviceHandle [[maybe_unused]]);
17
18
#ifdef AL_SOFT_direct_channels_remix
19
bool
have_ext_AL_SOFT_direct_channels_remix =
false
;
20
#endif
21
};
22
23
}
al_helpers.h
sound
Definition
al_extensions.cpp:11
sound::ALExtensions::ALExtensions
ALExtensions(const ALCdevice *deviceHandle)
Definition
al_extensions.cpp:13
client
sound
al_extensions.h
Generated on
for Luanti by
1.16.1