ref: 4c752e08cea94dc5995d48474ff978f6b62af4cd dir: /src/WindowsWrapper.h/
#pragma once struct RECT { int left, top, right, bottom; }; bool SystemTask();