aboutsummaryrefslogtreecommitdiff
path: root/Rectangle.h
blob: a8d523b4ee540a6464bc195c2a870e5aa7beee85 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

typedef struct {
	float x;
	float y;
	float width;
	float height;
} Rectangle;