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