Dashboard/Quik.FreeType/FTError.cs

7 lines
87 B
C#

namespace Quik.FreeType
{
public enum FTError : int
{
None = 0,
}
}