BoundsToolOverlayUI.h
1 #pragma once 2 #include "D2DState.h" 3 #include "ToolState.h" 4 5 void DrawBoundsToolTick(const CommonState& commonState, 6 const BoundsToolState& toolState, 7 const HWND overlayWindow, 8 const D2DState& d2dState); 9 10 LRESULT CALLBACK BoundsToolWndProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) noexcept;