|
|
@ -21,6 +21,8 @@ namespace mwmp
|
|
|
|
static void Frame(float dt);
|
|
|
|
static void Frame(float dt);
|
|
|
|
static void PressedKey(int key);
|
|
|
|
static void PressedKey(int key);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static bool isValidPacketScript(std::string script);
|
|
|
|
|
|
|
|
|
|
|
|
Networking *getNetworking() const;
|
|
|
|
Networking *getNetworking() const;
|
|
|
|
LocalPlayer *getLocalPlayer() const;
|
|
|
|
LocalPlayer *getLocalPlayer() const;
|
|
|
|
GUIController *getGUIController() const;
|
|
|
|
GUIController *getGUIController() const;
|
|
|
@ -38,7 +40,6 @@ namespace mwmp
|
|
|
|
LocalPlayer *mLocalPlayer;
|
|
|
|
LocalPlayer *mLocalPlayer;
|
|
|
|
|
|
|
|
|
|
|
|
GUIController *mGUIController;
|
|
|
|
GUIController *mGUIController;
|
|
|
|
|
|
|
|
|
|
|
|
std::string server;
|
|
|
|
std::string server;
|
|
|
|
unsigned short port;
|
|
|
|
unsigned short port;
|
|
|
|
};
|
|
|
|
};
|
|
|
|