fixed some displays
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert
|
||||
*/
|
||||
|
||||
#ifndef SRC_OUTPUT_IOUTPUTDISPLAY_H_
|
||||
#define SRC_OUTPUT_IOUTPUTDISPLAY_H_
|
||||
#ifndef FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
#define FLIPPR_DRIVER_OUTPUT_ITEMS_DISPLAY_H_
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
@@ -19,7 +19,7 @@ class Display
|
||||
{
|
||||
|
||||
public:
|
||||
virtual ~IOutputDisplay() = default;
|
||||
virtual ~Display() = default;
|
||||
|
||||
virtual void write_score(int score) = 0;
|
||||
};
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
// Created by rhetenor on 20.11.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_IEIGHTDIGITDISPLAY_H
|
||||
#define FLIPPR_DRIVER_IEIGHTDIGITDISPLAY_H
|
||||
#ifndef FLIPPR_DRIVER_OUTPUT_ITEMS_EIGHTDIGITDISPLAY_H
|
||||
#define FLIPPR_DRIVER_OUTPUT_ITEMS_EIGHTDIGITDISPLAY_H
|
||||
|
||||
#include "Display.h"
|
||||
#include "output/items/Display.h"
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace flippr_driver
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace flippr_driver
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user