mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 02:07:20 +00:00
LibAudio: Add a forwarding header
This commit is contained in:
committed by
Andreas Kling
parent
936ec94f81
commit
3a4e64bdbd
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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user