mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
LibAudio: Add a forwarding header
This commit is contained in:
parent
936ec94f81
commit
3a4e64bdbd
1 changed files with 18 additions and 0 deletions
18
Userland/Libraries/LibAudio/Forward.h
Normal file
18
Userland/Libraries/LibAudio/Forward.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Tim Flynn <trflynn89@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Audio {
|
||||
|
||||
class ConnectionToServer;
|
||||
class Loader;
|
||||
struct Sample;
|
||||
|
||||
template<typename SampleType>
|
||||
class ResampleHelper;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue