Started implementation of events for InputSystem and SoundSystem
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ friend class EventBroker;
|
||||
|
||||
protected:
|
||||
BaseEventRelay(std::string typeName)
|
||||
: m_TypeName(typeName) { }
|
||||
: m_TypeName(typeName), m_Broker(nullptr) { }
|
||||
~BaseEventRelay();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user