shithub: cstory

ref: e93827de463969d30543f51598d2ee9c311a0741
dir: /src/Types.h/

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