refactored namespaaaces suckz

This commit is contained in:
Jonas Zeunert
2018-09-14 00:57:39 +02:00
parent 530893c404
commit 25da106bea
80 changed files with 149 additions and 255 deletions

View File

@@ -10,18 +10,15 @@
#include "Event.h"
namespace FlippR_Driver
{
namespace Input
{
namespace FlippR_Driver {
namespace Input {
class ErrorEvent : public Event
{
public:
ErrorEvent() :
Event(0, 0, "ERROR")
{}
};
class ErrorEvent : public Event {
public:
ErrorEvent() :
Event(0, 0, "ERROR") {}
};
}
}
#endif /* SRC_INPUT_ERROREVENT_HPP_ */
#endif