7 lines
87 B
C#
7 lines
87 B
C#
|
namespace Quik.FreeType
|
||
|
{
|
||
|
public enum FTError : int
|
||
|
{
|
||
|
None = 0,
|
||
|
}
|
||
|
}
|