shithub: cstory

ref: 0498f7ce251390f3a2e716bf98cc58cbf84f47cd
dir: /src/Types.h/

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