9 lines
95 B
C
9 lines
95 B
C
#pragma once
|
|
|
|
struct Mouse_Icon {
|
|
int x;
|
|
int y;
|
|
int size_x;
|
|
int size_y;
|
|
int color;
|
|
}; |