add highscore display
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
#ifndef _BUTTONS_H_
|
||||
#define _BUTTONS_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void buttonsInit();
|
||||
bool isGameActive();
|
||||
|
||||
|
||||
#endif // _BUTTONS_H_
|
||||
|
Reference in New Issue
Block a user