Skip to content

Commit

Permalink
Helper.GetHearthstonRect wrapper (HearthSim#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Apr 28, 2015
1 parent d97d43d commit 44345db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Hearthstone Deck Tracker/Utility/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,10 @@ public static async Task SetupConstructedImporting()
Config.Save();
SettingUpConstructedImporting = false;
}

public static Rectangle GetHearthstoneRect(bool dpiScaling)
{
return User32.GetHearthstoneRect(dpiScaling);
}
}
}

0 comments on commit 44345db

Please sign in to comment.