Newer
Older
#include "../components/Component.h"
#include "../components/TextComponent.h"
#include "../../html/TextNode.h"
class H3Element : public Element {
virtual std::unique_ptr<Component> renderer(const Node &node, int y, int windowWidth, int windowHeight);