changed display stuff

This commit is contained in:
Johannes Wendel
2018-11-20 22:35:21 +01:00
parent 8e1668e356
commit d1817c63f6
8 changed files with 28 additions and 24 deletions

View File

@@ -14,6 +14,7 @@ namespace flippR_driver
{
namespace output
{
class IDisplay
{
@@ -21,9 +22,6 @@ public:
IDisplay();
virtual ~IDisplay();
virtual void write_score(int score) = 0;
virtual void write_content(std::array<char, DigitCount> content) = 0;
virtual int getID() = 0;
private: