Project

General

Profile

Revision 238

changed a small thing but not yet working, go telmo!

View differences:

proj_func.h
17 17
/**
18 18
 * @brief Updates movement variables.
19 19
 */
20
void update_movement(const map_t *map, gunner_t *p, gunner_t *p2);
20
void update_movement(const map_t *map, list_t *shooter_list);
21 21

  
22 22
typedef struct keys {
23 23
    uint8_t w_pressed       : 1;

Also available in: Unified diff