shithub: cstory

ref: c84f49f1dcd521fdbc70613d7ab4d5f505d7c8c0
dir: /src/WindowsWrapper.h/

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

bool SystemTask();