WIP added an event to become a server. changed xml file.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef Events_BecomeServer_h__
|
||||
#define Events_BecomeServer_h__
|
||||
|
||||
#include "Core/EventBroker.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct BecomeServer : public Event { };
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user