Mbed project for a FRDM-K64F microcontroller. Game made out of five sub-games including flappy birds, snake, stack, trivia and space invaders.
Fork of The_Children_of_Cronos_el15mggr by
velocity Struct Reference
Velocity vector. More...
#include <hydralib.h>
Data Fields | |
| int | x |
| x vector | |
| int | y |
| y vector | |
Detailed Description
Velocity vector.
Definition at line 25 of file hydralib.h.
Field Documentation
| int x |
x vector
Definition at line 26 of file hydralib.h.
| int y |
y vector
Definition at line 27 of file hydralib.h.
Generated on Wed Jul 13 2022 07:38:17 by
1.7.2
