shithub: cstory

ref: 352c949ed0b639a91fd4219547f95b1a14b233cd
dir: /src/WindowsWrapper.h/

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

bool SystemTask();