/// \file PinballGame/MatrixGraphics.h
/// \brief Declarations for real-time graphics functions for a HT1632 monochrome LED matrix.

extern void matrix_show_score(unsigned long points);
