shithub: cstory

ref: 5210e1c00dbfb858b1fe52393cd25dc9159cd25b
dir: /src/WindowsWrapper.h/

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

bool SystemTask();