summaryrefslogtreecommitdiff
path: root/tikzit/src/data/tikzparserdefs.h
blob: b6a904b590f9f8189e2ca382c0e8da388d8d8d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef TIKZPARSERDEFS_H
#define TIKZPARSERDEFS_H

#include "graphelementproperty.h"
#include "graphelementdata.h"
#include "node.h"
#include "tikzgraphassembler.h"

#include <QString>
#include <QDebug>

struct noderef {
    Node *node;
    char *anchor;
};

#endif // TIKZPARSERDEFS_H