Remove todo

This commit is contained in:
Braedon Lewis 2023-04-13 08:28:40 -04:00
parent 9ef6d53382
commit 14a369918c
4 changed files with 92 additions and 24 deletions

View file

@ -39,13 +39,6 @@ namespace RaylibBeefGenerator
private static string Namespace = "Raylib";
#endregion
// TODO:
// Defines
// Enums
// Other things like RLGL and stuff.
// Output generated code to actual directory.
// Organize Beef project.
public static void Main(string[] args)
{
Console.WriteLine($"Generating files at {OutputDir}");