config
This commit is contained in:
@ -4,7 +4,13 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
void buttonsInit();
|
||||
void buttonsStart();
|
||||
bool isGameActive();
|
||||
bool isConfigMode();
|
||||
bool buttonsConfig1Pressed();
|
||||
bool buttonsConfig2Pressed();
|
||||
bool buttonsConfig3Pressed();
|
||||
bool buttonsConfig4Pressed();
|
||||
|
||||
|
||||
#endif // _BUTTONS_H_
|
||||
|
Reference in New Issue
Block a user