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