Including tools into codegen
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace mROA.Codegen.Tools
|
||||
{
|
||||
public interface ITemplateSection : ICloneable
|
||||
{
|
||||
TemplateDocument Context { get; set; }
|
||||
int TargetLength { get; }
|
||||
}
|
||||
|
||||
public interface IBaking
|
||||
{
|
||||
string Bake();
|
||||
}
|
||||
|
||||
public interface ITagged : ITemplateSection
|
||||
{
|
||||
string Tag { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user