borgware-2d/games/tetris/highscore.h

7 lines
132 B
C
Raw Normal View History

#ifndef TETRIS_HIGHSCORE_H_
#define TETRIS_HIGHSCORE_H_
uint16_t tetris_highscore_inputName(void);
#endif /*TETRIS_HIGHSCORE_H_*/