Play-/Source/ui_win32/WinUtils.h

11 lines
158 B
C
Raw Normal View History

#pragma once
#include "win32/Window.h"
#include "Types.h"
namespace WinUtils
{
TCHAR FixSlashes(TCHAR);
HBITMAP CreateMask(HBITMAP, uint32);
};