mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
8 lines
109 B
C++
8 lines
109 B
C++
#pragma once
|
|
|
|
class Node;
|
|
class LayoutNode;
|
|
|
|
void dump_tree(const Node&);
|
|
void dump_tree(const LayoutNode&);
|