* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef VISIOGRAPHIC_H
-#define VISIOGRAPHIC_H
+#pragma once
#include <common/types.h>
#include <memory>
std::unique_ptr<Geom> _geom;
};
}
-
-#endif
\ No newline at end of file
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef VISIORENDER_H
-#define VISIORENDER_H
+#pragma once
#include <map>
#include <memory>
NodeIds _nodeIds; /* mapping nodes to assigned shape id */
};
}
-#endif
* Contributors: Details at https://graphviz.org
*************************************************************************/
-#ifndef VISIOTEXT_H
-#define VISIOTEXT_H
+#pragma once
#include <common/types.h>
char* _frame;
};
}
-
-#endif