#ifndef TIKZPARSERDEFS_H #define TIKZPARSERDEFS_H #define YY_NO_UNISTD_H 1 #include "graphelementproperty.h" #include "graphelementdata.h" #include "node.h" #include "tikzassembler.h" #include #include #include struct noderef { Node *node; char *anchor; }; inline int isatty(void*) { return 0; } #endif // TIKZPARSERDEFS_H