diff options
| author | lempamo <[email protected]> | 2017-03-25 19:22:45 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-25 19:22:45 -0400 |
| commit | f7b024c4b804ce64a00e62cb2655ae9c10bbd567 (patch) | |
| tree | 20a6265043bf35e96e81a9b9de20be4e06e09aab /TimeHACK.Main/Program.cs | |
| parent | e7c98b0d10568df4c3e4a72c26088d1fd6d62ec6 (diff) | |
| download | histacom2-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.cs | 2 |
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. |
