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