ECE 4180 Single Player Space Invaders Team / Mbed 2 deprecated Mbed-Space-Invaders4

Dependencies:   mbed wave_player mbed-rtos 4DGL-uLCD-SE SDFileSystem

Embed: (wiki syntax)

« Back to documentation index

missile_t Struct Reference

missile_t Struct Reference

This struct contains the status of a missile. More...

#include <missile.h>

Data Fields

int missile_blk_x
 horizontal position in the grid
int missile_blk_y
 vertical position in the grid
unsigned int missile_old_blk_x
 old horizontal position in the grid
unsigned int missile_old_blk_y
 old vertical position in the grid
int missile_color
 color of the missile

Detailed Description

This struct contains the status of a missile.

Definition at line 23 of file missile.h.


Field Documentation

horizontal position in the grid

Definition at line 25 of file missile.h.

vertical position in the grid

Definition at line 26 of file missile.h.

color of the missile

Definition at line 31 of file missile.h.

unsigned int missile_old_blk_x

old horizontal position in the grid

Definition at line 27 of file missile.h.

unsigned int missile_old_blk_y

old vertical position in the grid

Definition at line 28 of file missile.h.