Merge remote-tracking branch 'origin/SQC-15_animation' into SQC-15_paquets
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "renderer.h"
|
||||
#include "remoteplayer.h"
|
||||
|
||||
|
||||
class Engine : public OpenglContext {
|
||||
public:
|
||||
Engine();
|
||||
@@ -148,7 +149,8 @@ private:
|
||||
float m_mousemy = 0;
|
||||
|
||||
bool m_networkgame = false;
|
||||
|
||||
netprot::PlayerInfo m_pinfo;
|
||||
RemotePlayer m_remotePlayer;
|
||||
std::string m_messageNotification = "";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user