embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
char_object_t Struct Reference

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...
 

Detailed Description

Char Object.

Reusable char object type to track a single char's position and status.

Warning
JK 10/10

Field Documentation

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)


The documentation for this struct was generated from the following file: