Magpie/tools/WindowCase/Utils.h

5 lines
88 B
C

#pragma once
struct Utils {
static RECT MonitorRectFromWindow(HWND hWnd) noexcept;
};