Project

General

Profile

Revision 323

more stuff

View differences:

ent.h
69 69
int    (map_collides_point)(const map_t *p, double x, double y);
70 70
int    (map_collides_gunner)(const map_t *p, const gunner_t *gunner);
71 71
int    (map_collides_bullet)(const map_t *p, const bullet_t *bullet);
72
int16_t (map_get_width)   (const map_t *p);
73
int16_t (map_get_height)  (const map_t *p);
72
uint16_t (map_get_width)   (const map_t *p);
73
uint16_t (map_get_height)  (const map_t *p);
74 74
int (map_make_dijkstra)(map_t *p, double x_, double y_);
75 75
int (map_where_to_follow)(const map_t *p, double x, double y, double *theta);
76 76
int (gunner_collides_bullet)(const gunner_t *shooter, const bullet_t *bull);

Also available in: Unified diff