Luanti 5.10.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
9namespace sound {
10
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}
Definition al_extensions.cpp:11
Struct for AL and ALC extensions.
Definition al_extensions.h:15
ALExtensions(const ALCdevice *deviceHandle)
Definition al_extensions.cpp:13