Revision 246
convert to lists
ent.h | ||
---|---|---|
55 | 55 |
int (map_collides_point)(const map_t *p, double x, double y); |
56 | 56 |
int (map_collides_gunner)(const map_t *p, const gunner_t *gunner); |
57 | 57 |
int (map_collides_bullet)(const map_t *p, const bullet_t *bullet); |
58 |
int16_t (map_get_width) (const map_t *p); |
|
59 |
int16_t (map_get_height) (const map_t *p); |
|
58 | 60 |
int (gunner_collides_bullet)(const gunner_t *shooter, const bullet_t *bull); |
59 | 61 |
int (gunner_collides_gunner)(const gunner_t *shooter1, const gunner_t *shooter2); |
60 | 62 |
void (map_draw)(map_t *p); |
Also available in: Unified diff