replace IsIconic with custom function
This commit is contained in:
parent
5c23d2d8a5
commit
66e86aa37c
7 changed files with 17 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <windows.h>
|
||||
|
||||
|
||||
BOOL util_is_minimized(HWND hwnd);
|
||||
BOOL util_is_avx_supported();
|
||||
void util_limit_game_ticks();
|
||||
void util_update_bnet_pos(int newX, int newY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue