shithub: cstory

ref: 44709ab500690b85070992a4bac044ebc15c51ca
dir: /src/WindowsWrapper.h/

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

bool SystemTask();