shithub: cstory

ref: 806e1c5cc8c2c013ce1e058f531b631287577bac
dir: /src/Types.h/

View raw version
#pragma once
struct RECT
{
	int left, right, top, bottom;
};