From f7b024c4b804ce64a00e62cb2655ae9c10bbd567 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 25 Mar 2017 19:22:45 -0400 Subject: added font part2 --- TimeHACK.Main/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TimeHACK.Main/Program.cs') diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 56b0bf8..e910d08 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -1,4 +1,5 @@ using System; +using System.Drawing.Text; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; @@ -9,6 +10,7 @@ namespace TimeHACK static class Program { internal static string gameID; + /// /// The main entry point for the application. /// Run TitleScreen.cs at launch. -- cgit v1.2.3