ref: eee18d71a39e4f91b419b6ed4fe4fbeaa783a332 dir: /src/WindowsWrapper.h/
#pragma once struct RECT { union { int left; int front; }; int top; union { int right; int back; }; int bottom; }; bool SystemTask();