mirror of
https://github.com/jpd002/Play-.git
synced 2025-05-11 13:06:40 +03:00
10 lines
158 B
C++
10 lines
158 B
C++
#pragma once
|
|
|
|
#include "win32/Window.h"
|
|
#include "Types.h"
|
|
|
|
namespace WinUtils
|
|
{
|
|
TCHAR FixSlashes(TCHAR);
|
|
HBITMAP CreateMask(HBITMAP, uint32);
|
|
};
|