#pragma once struct Mouse_Icon { int x; int y; int size_x; int size_y; int color; };