H. Utku Maden
9339295378
I have had a long break from this project due to other higher priority things going on in my life. Big changes inbound.
7 lines
87 B
C#
7 lines
87 B
C#
namespace Quik.FreeType
|
|
{
|
|
public enum FTError : int
|
|
{
|
|
None = 0,
|
|
}
|
|
} |