shithub: cstory

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

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

bool SystemTask();