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