ref: f0e1119a91a1b21e91e9a86c7a3213ba6279ee49
dir: /src/WindowsWrapper.h/
#pragma once #define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16)) typedef bool BOOL; #define FALSE false #define TRUE true struct RECT { long left; long top; long right; long bottom; };