shithub: cstory

ref: 1d52670b4c4ff0d813ee27715dec7468e0b76bfc
dir: /src/Types.h/

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