Play-/Source/win32ui/WinUtils.h

11 lines
168 B
C
Raw Normal View History

2014-09-19 21:26:04 -04:00
#pragma once
#include "win32/Window.h"
#include "Types.h"
namespace WinUtils
{
2014-09-19 21:26:04 -04:00
TCHAR FixSlashes(TCHAR);
HBITMAP CreateMask(HBITMAP, uint32);
};