refactored namespaces and added driverfactory
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
#include "EventHandler.h"
|
||||
|
||||
namespace Input
|
||||
namespace FlippR_Driver::Input
|
||||
{
|
||||
|
||||
EventHandler::EventHandler(std::shared_ptr<IInputDriver> input_driver) :
|
||||
|
||||
Reference in New Issue
Block a user