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