shithub: cstory

ref: 4c752e08cea94dc5995d48474ff978f6b62af4cd
dir: /src/WindowsWrapper.h/

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

bool SystemTask();