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
bird Struct Reference
structure for bird position More...
#include <aurigaslib.h>
Data Fields | |
| int | x |
| x position | |
| int | y |
| y position | |
Detailed Description
structure for bird position
Definition at line 22 of file aurigaslib.h.
Field Documentation
| int x |
x position
Definition at line 23 of file aurigaslib.h.
| int y |
y position
Definition at line 24 of file aurigaslib.h.
Generated on Wed Jul 13 2022 07:38:17 by
1.7.2
