mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
11 lines
215 B
C
11 lines
215 B
C
#ifndef __COOLUTILS_H
|
|
#define __COOLUTILS_H
|
|
#include "stdafx.h"
|
|
|
|
void gShowHideTaskBar(/*in*/BOOL bHide = FALSE);
|
|
|
|
HMENU gHideMenu(/*in*/CWnd* pWnd);
|
|
|
|
BOOL gShowMenuBack(/*in*/HMENU hMenu, /*in*/CWnd* pWnd);
|
|
|
|
#endif |