shithub: cstory

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

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