summaryrefslogtreecommitdiff
path: root/Runtime/Math/Rect.h
blob: 4725375a13a3e844d19a66f08da786be9b74d969 (plain)
1
2
3
4
5
6
#pragma once

struct Rect 
{
	int x, y, width, height;
};