]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/HUD.hpp
glm backwards compatibility
[blank.git] / src / ui / HUD.hpp
index b6ae7d7656cba0298f013ee24833ec0aeab0a0dc..cbe28762727c81e90c47f973298bce545f3a6393 100644 (file)
@@ -4,17 +4,16 @@
 #include "FixedText.hpp"
 #include "MessageBox.hpp"
 #include "../graphics/EntityMesh.hpp"
+#include "../graphics/glm.hpp"
 #include "../graphics/PrimitiveMesh.hpp"
 
-#include <glm/glm.hpp>
-
 
 namespace blank {
 
 class Block;
 class BlockTypeRegistry;
 class Config;
-class ConnectionHandler;
+class CongestionControl;
 class Environment;
 class Font;
 class Player;
@@ -44,7 +43,7 @@ public:
        void UpdateOrientation();
 
        // net stats
-       void UpdateNetStats(const ConnectionHandler &);
+       void UpdateNetStats(const CongestionControl &);
 
        // message box
        void PostMessage(const char *);