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