mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
5 lines
88 B
C
5 lines
88 B
C
#pragma once
|
|
|
|
struct Utils {
|
|
static RECT MonitorRectFromWindow(HWND hWnd) noexcept;
|
|
};
|