LibWeb: Forward declare AudioDestinationNode to break header loop
This commit is contained in:
parent
94721385ce
commit
d7a3bad2b4
Notes:
github-actions[bot]
2024-10-08 14:35:21 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/d7a3bad2b4c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1679
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue