push de test pour les animations

This commit is contained in:
Claudel-D-Roy
2023-11-13 16:02:13 -05:00
parent d49d5cdebc
commit dfd2ddc8af
6 changed files with 80 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
#include "renderer.h"
#include "remoteplayer.h"
class Engine : public OpenglContext {
public:
Engine();
@@ -144,7 +145,8 @@ private:
float m_mousemy = 0;
bool m_networkgame = false;
netprot::PlayerInfo m_pinfo;
RemotePlayer m_remotePlayer;
std::string m_messageNotification = "";
};