shithub: cstory

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

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

bool SystemTask();