[go: up one dir, main page]

Menu

[3129c8]: / recaps.h  Maximize  Restore  History

Download this file

10 lines (5 with data), 175 Bytes

1
2
3
4
5
6
7
8
#pragma once
extern HINSTANCE g_hInstance;
extern HICON g_hIcon;
extern HWND g_hwndMessageWindow;
void ShowFadeOffIcon(bool bShow/*HWND hwndFocus /*= NULL* /*/);