refactored everything

This commit is contained in:
Johannes Wendel
2018-11-09 01:16:35 +01:00
parent c53b6af33e
commit 3ea37e4e53
70 changed files with 202 additions and 177 deletions

View File

@@ -2,15 +2,15 @@
// Created by rhetenor on 21.09.18.
//
#ifndef FLIPPR_DRIVER_DISTRIBUTINGEVENT_H
#define FLIPPR_DRIVER_DISTRIBUTINGEVENT_H
#ifndef flippR_driver_DISTRIBUTINGEVENT_H
#define flippR_driver_DISTRIBUTINGEVENT_H
#include "Event.h"
#include "IEventNotifier.h"
namespace FlippR_Driver
namespace flippR_driver
{
namespace Input
namespace input
{
class DistributingEvent : public Event
{
@@ -45,4 +45,4 @@ private:
}
}
#endif //FLIPPR_DRIVER_DISTRIBUTINGEVENT_H
#endif //flippR_driver_DISTRIBUTINGEVENT_H