|
#ifndef TETRIS_HIGHSCORE_H_
|
|
#define TETRIS_HIGHSCORE_H_
|
|
|
|
/* Function: tetris_highscore_inputName
|
|
* Description: let user input a three character name
|
|
* Return value: name packed into a uint16_t
|
|
*/
|
|
uint16_t tetris_highscore_inputName(void);
|
|
|
|
#endif /*TETRIS_HIGHSCORE_H_*/
|