Revision 251
menu work
rectangle.h | ||
---|---|---|
17 | 17 |
int16_t (rectangle_get_y)(const rectangle_t *p); |
18 | 18 |
uint16_t (rectangle_get_w)(const rectangle_t *p); |
19 | 19 |
uint16_t (rectangle_get_h)(const rectangle_t *p); |
20 |
int (rectangle_collide_point)(const rectangle_t *p, int x, int y); |
|
20 | 21 |
|
21 | 22 |
void (rectangle_draw)(const rectangle_t *p); |
22 | 23 |
|
Also available in: Unified diff