Public Attributes | |
| coord_t * | coord_pos |
| coordinate for position | |
| coord_t * | coord_rot |
| coordinate for rotation | |
| coord_t * | coord_center |
| int | map_x |
| int | map_y |
| int | direction |
| mb_progm_t * | progm |
| tank_bullet_t * | bullet |
| struct _tank_rt * | tank_rt |
| for bullet to check hitting on tanks. | |
Definition at line 77 of file tank_main.c.
Definition at line 80 of file tank_main.c.
| int _tank::map_x |
Definition at line 81 of file tank_main.c.
| int _tank::map_y |
Definition at line 81 of file tank_main.c.
| int _tank::direction |
Definition at line 82 of file tank_main.c.
Definition at line 83 of file tank_main.c.
Definition at line 84 of file tank_main.c.
struct _tank_rt* _tank::tank_rt [read] |