summaryrefslogtreecommitdiffstats
path: root/Project/GraphicalElement.h
blob: 86ca30d041adeeaf4abb4458ec86cfbe7df526af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GRAPHICALELEMENT_H
#define GRAPHICALELEMENT_H

#include "Element.h"

class GraphicalElement : public Element
{
public:
    GraphicalElement();
    ~GraphicalElement();

};

#endif // GRAPHICALELEMENT_H