shithub: cstory

ref: 409e94a2debeea403d22bfd0be3dd559324ef80e
dir: /src/WindowsWrapper.h/

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

bool SystemTask();