Project

General

Profile

Revision 230

health bars

View differences:

ent.h
35 35
double  (bullet_get_y)       (const bullet_t *p);
36 36
int16_t (bullet_get_x_screen)(const bullet_t *p);
37 37
int16_t (bullet_get_y_screen)(const bullet_t *p);
38
int     (bullet_get_damage)  (const bullet_t *p);
39
void    (bullet_set_damage)  (bullet_t *p, int damage);
38 40
void (bullet_update_movement)(bullet_t *p);
39 41
void (bullet_draw)(bullet_t *p);
40 42
void (gunner_draw_health)(const gunner_t *p);

Also available in: Unified diff