Removing comments, some cleanup, and moving the startup code into Program.cs
This commit is contained in:
kdeng00
2024-06-13 20:35:53 -04:00
parent 64c366472e
commit 48f9914a1f
9 changed files with 115 additions and 376 deletions
-2
View File
@@ -1,6 +1,4 @@
using System;
using System.IO;
using System.Runtime.InteropServices;
namespace Icarus.Constants;