firmware recovery 1.3RC
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
#ifndef SIMPLELEDH
|
||||
#define SIMPLELEDH
|
||||
#pragma once
|
||||
|
||||
#include "led.h"
|
||||
#include "buttons.h"
|
||||
#include "vector"
|
||||
#include "game.h"
|
||||
|
||||
class c_simpleLed : public c_game
|
||||
{
|
||||
std::vector<c_button *> *buttonlist;
|
||||
|
||||
public:
|
||||
c_simpleLed(): c_game{simpleled} {}
|
||||
c_simpleLed(e_ledcolor gamecolor): c_game{simpleled, gamecolor} {}
|
||||
void runGame(void);
|
||||
void initGame(void);
|
||||
bool initGame(void);
|
||||
void resetGame(void);
|
||||
};
|
||||
|
||||
#endif //SIMPLELEDH
|
||||
Reference in New Issue
Block a user