refactored everything
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user