diff options
Diffstat (limited to 'generic/arch.h')
-rw-r--r-- | generic/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/arch.h b/generic/arch.h index c73bbf3f..85f469f9 100644 --- a/generic/arch.h +++ b/generic/arch.h @@ -158,6 +158,9 @@ struct Arch : BaseCtx float getDelayNS(delay_t v) const { return v; } uint32_t getDelayChecksum(delay_t v) const { return 0; } + bool place(); + bool route(); + const std::vector<GraphicElement> &getDecalGraphics(DecalId decal) const; DecalXY getFrameDecal() const; DecalXY getBelDecal(BelId bel) const; |