restructured

This commit is contained in:
Jonas Zeunert
2018-07-10 21:03:14 +02:00
parent c9e3b9e0c3
commit 9a0168cb40
97 changed files with 203 additions and 136 deletions

View File

@@ -9,7 +9,7 @@
#define SRC_INPUT_IEVENTNOTIFIER_H_
#include "Event.h"
#include "IEventHandler.h"
#include "utilities/IEventHandler.h"
namespace Input
{

View File

@@ -8,7 +8,7 @@
#ifndef SRC_INPUT_IINPUTDRIVER_H_
#define SRC_INPUT_IINPUTDRIVER_H_
#include "IEventHandler.h"
#include "utilities/IEventHandler.h"
#include "IEventNotifier.h"
namespace Input {