1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
DxWnd.reloaded/host/CoolUtils.h

11 lines
215 B
C
Raw Permalink Normal View History

#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