aaah
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
*/
|
||||
#include "InputDriver.h"
|
||||
|
||||
using namespace Input;
|
||||
namespace Input
|
||||
{
|
||||
|
||||
InputDriver::InputDriver(IEventNotifier* event_notifier, IDetector* detector) :
|
||||
event_notifier(event_notifier), detector(detector)
|
||||
@@ -33,4 +34,6 @@ void InputDriver::unregister_event_handler(IEventHandler* handler)
|
||||
event_notifier->unregister_event_handler(handler);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user