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