state-handler: replace EVENT_HANDL struct with enum
This is done due to passing the values to the key event of the state
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#include "Counter.h"
|
||||
|
||||
#include "Counter.h"
|
||||
|
||||
void Counter::inc() {
|
||||
if(init >= up_lim){
|
||||
init = 0;
|
||||
|
||||
Reference in New Issue
Block a user