#pragma once typedef struct { float x; float y; float width; float height; } Rectangle;