embedded-software
reusable software modules for embedded systems
|
Char Object. More...
#include <game.h>
Data Fields | |
char | c |
Displayed character ("sprite") More... | |
char | x |
x position (increasing from left to right) More... | |
char | y |
y position (increasing from top to bottom) More... | |
char | status |
Status of object. Usage depends on implementation. More... | |
Char Object.
Reusable char object type to track a single char's position and status.
char c |
Displayed character ("sprite")
char status |
Status of object. Usage depends on implementation.
char x |
x position (increasing from left to right)
char y |
y position (increasing from top to bottom)