aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-03-26 08:43:54 +0100
committerGitHub <[email protected]>2017-03-26 08:43:54 +0100
commitf13745d3cc1269a7c8900bb68e67b4eeab363293 (patch)
tree8ce345cee8dd94fbead00d1c37f60f293f5781ed /TimeHACK.Main/Program.cs
parentcfc3cde2a0bae77ddabc12e80aea2461d5ae1514 (diff)
parentb4f774d561877ec697a8228297c4a9d406c92485 (diff)
downloadhistacom2-f13745d3cc1269a7c8900bb68e67b4eeab363293.tar.gz
histacom2-f13745d3cc1269a7c8900bb68e67b4eeab363293.tar.bz2
histacom2-f13745d3cc1269a7c8900bb68e67b4eeab363293.zip
Merge pull request #2 from lempamo/master
Added a new font
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.