diff options
| author | AShifter <[email protected]> | 2017-03-27 14:03:48 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-27 14:03:48 -0600 |
| commit | b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797 (patch) | |
| tree | b58fe5631bd861df849a3c57cfa2e032261bf4dc /TimeHACK/ExtraEntry.cs | |
| parent | 5819bf69c300dfaefa427d701b3bef4a7397e0c9 (diff) | |
| parent | b880da82cd6af92ca704c4c1cd96c8d1fa64ad59 (diff) | |
| download | histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.tar.gz histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.tar.bz2 histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.zip | |
Merge pull request #9 from lempamo/master
things 2: electric boogaloo
love it:tm:
Diffstat (limited to 'TimeHACK/ExtraEntry.cs')
| -rw-r--r-- | TimeHACK/ExtraEntry.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/TimeHACK/ExtraEntry.cs b/TimeHACK/ExtraEntry.cs deleted file mode 100644 index d70958c..0000000 --- a/TimeHACK/ExtraEntry.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Windows.Forms; - -namespace TimeHACK -{ - static class ExtraEntry - { - internal static string gameID; - - // This is an extra file for testing out new Forms / apps. Do NOT edit Program.cs! - [STAThread] - static void Main() - { - // Set the GameID - gameID = "WARNING - ExtraEntry Enabled! Please disable this BEFORE commiting."; - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new WinClassicIE4()); - } - } -} |
