Skip to content
Snippets Groups Projects
LIElement.h 337 B
Newer Older
gyroninja's avatar
gyroninja committed
#ifndef LIELEMENT_H
#define LIELEMENT_H

#include "Element.h"
#include "../components/Component.h"
#include "../components/TextComponent.h"
#include "../../html/TextNode.h"
class LIElement : public Element {
gyroninja's avatar
gyroninja committed
public:
    virtual std::unique_ptr<Component> renderer(const Node &node, int y, int windowWidth, int windowHeight);