shithub: cstory

ref: 55780bf1754092c620fa2501e2ab38737e121893
dir: /src/WindowsWrapper.h/

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

bool SystemTask();