meeeerged
This commit is contained in:
@@ -4,25 +4,18 @@
|
||||
* Created on: May 31, 2018
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
|
||||
#include "../utilities/config.h"
|
||||
#include "Detector.h"
|
||||
|
||||
|
||||
#ifndef SRC_INPUT_INPUTDRIVER_HPP_
|
||||
#define SRC_INPUT_INPUTDRIVER_HPP_
|
||||
|
||||
#include "../utilities/config.h"
|
||||
|
||||
#include "EventHandler.h"
|
||||
#include "EventNotifier.h"
|
||||
#include "Detector.h"
|
||||
|
||||
namespace Input
|
||||
{
|
||||
|
||||
class EventHandler
|
||||
{
|
||||
public:
|
||||
void handle(Event& event);
|
||||
};
|
||||
|
||||
class InputDriver
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user