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