shithub: cstory

ref: 161e73fadc6f4c0eb8f4baf0bdb4e2bf97a32f44
dir: /src/Types.h/

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