Added Event Broker
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef Event_h__
|
||||
#define Event_h__
|
||||
|
||||
struct Event
|
||||
{
|
||||
protected:
|
||||
Event() { }
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user