Add header comment for the common arch API in generic arch

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-30 17:37:40 +02:00
parent e6dc9ce77d
commit b7a47ca57b

View File

@ -92,6 +92,7 @@ struct Arch : BaseCtx
void addBelGraphic(BelId bel, const GraphicElement &graphic); void addBelGraphic(BelId bel, const GraphicElement &graphic);
// --------------------------------------------------------------- // ---------------------------------------------------------------
// Common Arch API. Every arch must provide the following methods.
Arch(ArchArgs args); Arch(ArchArgs args);