PVcollib  1.5.0
A devkit for ColecoVision
Data Fields
score_t Struct Reference

score value Can manage score with more than 65536 values (max of an unsigned) More...

#include <score.h>

Data Fields

unsigned hi
 
unsigned lo
 

Detailed Description

score value Can manage score with more than 65536 values (max of an unsigned)

Examples:
scoring/scoring.c.

Field Documentation

◆ hi

unsigned score_t::hi

high value of the score

Examples:
scoring/scoring.c.

◆ lo

unsigned score_t::lo

low value of the score

Examples:
scoring/scoring.c.

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