8 lines
87 B
C
8 lines
87 B
C
typedef struct
|
|
{
|
|
string frame;
|
|
float x;
|
|
float y;
|
|
float w;
|
|
float h;
|
|
} crosshair_t;
|