aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-25 19:22:45 -0400
committerlempamo <[email protected]>2017-03-25 19:22:45 -0400
commitf7b024c4b804ce64a00e62cb2655ae9c10bbd567 (patch)
tree20a6265043bf35e96e81a9b9de20be4e06e09aab /TimeHACK.Main/Program.cs
parente7c98b0d10568df4c3e4a72c26088d1fd6d62ec6 (diff)
downloadhistacom2-f7b024c4b804ce64a00e62cb2655ae9c10bbd567.tar.gz
histacom2-f7b024c4b804ce64a00e62cb2655ae9c10bbd567.tar.bz2
histacom2-f7b024c4b804ce64a00e62cb2655ae9c10bbd567.zip
added font part2
Diffstat (limited to 'TimeHACK.Main/Program.cs')
-rw-r--r--TimeHACK.Main/Program.cs2
1 files changed, 2 insertions, 0 deletions
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;
+
/// <summary>
/// The main entry point for the application.
/// Run TitleScreen.cs at launch.