changed things ♿
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
#ifndef INPUTEVENTHANDLER_H_
|
||||
#define INPUTEVENTHANDLER_H_
|
||||
#include "IEventHandler.h"
|
||||
|
||||
#include "Event.hpp"
|
||||
#include "IInputDriver.h"
|
||||
|
||||
#include "../utilities/IEventHandler.h"
|
||||
#include "../utilities/config.h"
|
||||
|
||||
namespace Input
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
/*
|
||||
* IEventHandler.h
|
||||
*
|
||||
* Created on: Jun 13, 2018
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#ifndef SRC_INPUT_IEVENTHANDLER_H_
|
||||
#define SRC_INPUT_IEVENTHANDLER_H_
|
||||
|
||||
#include "Event.hpp"
|
||||
|
||||
namespace Input {
|
||||
|
||||
class IEventHandler
|
||||
{
|
||||
public:
|
||||
virtual ~IEventHandler() = 0;
|
||||
|
||||
virtual void handle(Event& event) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
#endif /* SRC_INPUT_IEVENTHANDLER_H_ */
|
||||
@@ -6,10 +6,10 @@
|
||||
*/
|
||||
#ifndef SRC_INPUT_INPUTDRIVER_HPP_
|
||||
#define SRC_INPUT_INPUTDRIVER_HPP_
|
||||
#include "IInputDriver.h"
|
||||
|
||||
#include "../utilities/config.h"
|
||||
|
||||
#include "IInputDriver.h"
|
||||
#include "IDetector.h"
|
||||
|
||||
namespace Input
|
||||
|
||||
Reference in New Issue
Block a user