diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index ec39b0870..1edad6044 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -44,6 +44,8 @@ constexpr SIZE SizeOfRect(RECT rc) noexcept { return { rc.right - rc.left, rc.bottom - rc.top }; } +ColourRGBA ColourFromSys(int nIndex) noexcept; + constexpr HWND HwndFromWindowID(WindowID wid) noexcept { return static_cast<HWND>(wid); } |