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

Player info structure to hold player settings. More...

#include <game.h>

Data Fields

char name [16]
 name of player More...
 
enum term_color color
 color setting for player More...
 
uint8_t skill
 0-9 skill level of player More...
 

Detailed Description

Player info structure to hold player settings.

Holds values for the players name, a color setting for the player, and a skill level

Warning
JL 10/10

Field Documentation

enum term_color color

color setting for player

char name[16]

name of player

uint8_t skill

0-9 skill level of player


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