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

@@ -15,7 +15,7 @@ class IEventHandler
public:
virtual ~IEventHandler(){};
virtual void handle(FlippR_Driver::Input::Event& event) = 0;
virtual void handle(flippR_driver::input::Event& event) = 0;
};
#endif /* SRC_IEVENTHANDLER_H_ */