ladybird/Userland/Libraries/LibAudio/Forward.h

19 lines
256 B
C
Raw Normal View History

2023-06-11 20:27:46 +03:00
/*
* 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;
}