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