mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 23:29:52 +00:00
7 lines
109 B
C++
7 lines
109 B
C++
#pragma once
|
|
|
|
class Node;
|
|
class LayoutNode;
|
|
|
|
void dump_tree(const Node&);
|
|
void dump_tree(const LayoutNode&);
|