diff options
author | David Shah <davey1576@gmail.com> | 2018-07-24 12:58:07 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-24 12:58:07 +0200 |
commit | 73877219403a2646f5504867d5b1ccc4cefda4c8 (patch) | |
tree | 9748bd4f8b680e5533b10ea7783acfa6470298b1 /common/nextpnr.h | |
parent | 35a6bc496eb28f26c42e25a5e746987329e96f3e (diff) | |
parent | c06bca07134b8b52733b025d19fd26910cd9a4e3 (diff) | |
download | nextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.tar.gz nextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.tar.bz2 nextpnr-73877219403a2646f5504867d5b1ccc4cefda4c8.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r-- | common/nextpnr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index 021772fe..3ba4f3b3 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -147,6 +147,7 @@ struct GraphicElement { G_NONE, G_LINE, + G_ARROW, G_BOX, G_CIRCLE, G_LABEL |