Skip to content

Commit

Permalink
Update Draw.h
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneLTaps authored Jan 8, 2023
1 parent 916d81e commit 581f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Windows.h>
#include <wingdi.h>

HDC hdc; // This structure is used to obtain graical components
HDC hdc; // This structure is used to obtain graphical components
HFONT Font;
COLORREF TextCOLOR;
RECT m_Rect;
Expand All @@ -21,4 +21,4 @@ void DrawESP(int x, int y, float distance, int health, char name[20], HBRUSH hBr

void esp();

#endif // Draw.h
#endif // Draw.h

0 comments on commit 581f44a

Please sign in to comment.