Generator: WIP Com types generation.

This commit is contained in:
Amer Koleci
2022-09-02 12:56:31 +02:00
parent 953fbfb207
commit 5f6cd6abdd
9 changed files with 700 additions and 347 deletions

View File

@@ -10,9 +10,5 @@ public static unsafe class Program
{
public static void Main()
{
SampleDescription desc = new(1, 0);
desc.Count
Scaling scaling = Scaling.Stretch;
}
}