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