PocketPutr/Desktop_Test/icons.h

9 lines
105 B
C

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