shithub: cstory

ref: 2d9abcc50bd57a6c76d40d2ed6f1d71c8ccfc69c
dir: /src/WindowsWrapper.h/

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

bool SystemTask();