ConnectRequest event and some other shit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef Events_ConnectRequest_h__
|
||||
#define Events_ConnectRequest_h__
|
||||
|
||||
#include "Core/EventBroker.h"
|
||||
|
||||
namespace Events
|
||||
{
|
||||
|
||||
struct ConnectRequest : public Event
|
||||
{
|
||||
std::string IP = "";
|
||||
int Port = 0;
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "GUI/EButtonReleased.h"
|
||||
#include "Input/EInputCommand.h"
|
||||
#include "Network/ESearchForServers.h"
|
||||
#include "Network/EConnectRequest.h"
|
||||
|
||||
|
||||
class MainMenuSystem : public ImpureSystem
|
||||
|
||||
Reference in New Issue
Block a user