mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Forward declare AudioDestinationNode to break header loop
This commit is contained in:
parent
94721385ce
commit
d7a3bad2b4
|
|
@ -9,12 +9,13 @@
|
|||
|
||||
#include <LibWeb/Bindings/BaseAudioContextPrototype.h>
|
||||
#include <LibWeb/DOM/EventTarget.h>
|
||||
#include <LibWeb/WebAudio/AudioDestinationNode.h>
|
||||
#include <LibWeb/WebAudio/BiquadFilterNode.h>
|
||||
#include <LibWeb/WebIDL/Types.h>
|
||||
|
||||
namespace Web::WebAudio {
|
||||
|
||||
class AudioDestinationNode;
|
||||
|
||||
// https://webaudio.github.io/web-audio-api/#BaseAudioContext
|
||||
class BaseAudioContext : public DOM::EventTarget {
|
||||
WEB_PLATFORM_OBJECT(BaseAudioContext, DOM::EventTarget);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user