X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2FHUD.hpp;h=cbe28762727c81e90c47f973298bce545f3a6393;hb=985dff25f7fde96308a66e5b01bc226589fd0825;hp=b6ae7d7656cba0298f013ee24833ec0aeab0a0dc;hpb=225a7e66ed3f3f03ab458ab39c914ed55cd69600;p=blank.git diff --git a/src/ui/HUD.hpp b/src/ui/HUD.hpp index b6ae7d7..cbe2876 100644 --- a/src/ui/HUD.hpp +++ b/src/ui/HUD.hpp @@ -4,17 +4,16 @@ #include "FixedText.hpp" #include "MessageBox.hpp" #include "../graphics/EntityMesh.hpp" +#include "../graphics/glm.hpp" #include "../graphics/PrimitiveMesh.hpp" -#include - 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 *);