shithub: cstory

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

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

bool SystemTask();