1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 11:55:07 +00:00
serenity/LibHTML/Dump.h
2019-06-15 22:49:44 +02:00

7 lines
109 B
C++

#pragma once
class Node;
class LayoutNode;
void dump_tree(const Node&);
void dump_tree(const LayoutNode&);