shithub: cstory

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

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

bool SystemTask();