shithub: cstory

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

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

bool SystemTask();