Merge remote-tracking branch 'origin/SQC-15_animation' into SQC-15_paquets

This commit is contained in:
MarcEricMartel
2023-11-13 17:02:39 -05:00
6 changed files with 77 additions and 7 deletions

View File

@@ -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 = "";
};