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