shithub: cstory

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

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