Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed wave_player mbed-rtos 4DGL-uLCD-SE SDFileSystem
enemy_t Struct Reference
This struct contains the status of a enemy. More...
#include <enemy.h>
Data Fields | |
| int | enemy_blk_x |
| horizontal position in the grid | |
| int | enemy_blk_y |
| vertical position in the grid | |
| int | enemy_old_blk_x |
| old horizontal position in the grid | |
| int | enemy_old_blk_y |
| old vertical position in the grid | |
| int | enemy_color |
| color of the enemy | |
Detailed Description
This struct contains the status of a enemy.
Definition at line 18 of file enemy.h.
Field Documentation
| int enemy_blk_x |
| int enemy_blk_y |
| int enemy_color |
| int enemy_old_blk_x |
| int enemy_old_blk_y |
Generated on Fri Jul 15 2022 11:23:44 by
1.7.2