]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/HUD.hpp
extracted congestion control into its own class
[blank.git] / src / ui / HUD.hpp
index b6ae7d7656cba0298f013ee24833ec0aeab0a0dc..b842da392d892340d9d6413cc45c76d85f531865 100644 (file)
@@ -14,7 +14,7 @@ namespace blank {
 class Block;
 class BlockTypeRegistry;
 class Config;
-class ConnectionHandler;
+class CongestionControl;
 class Environment;
 class Font;
 class Player;
@@ -44,7 +44,7 @@ public:
        void UpdateOrientation();
 
        // net stats
-       void UpdateNetStats(const ConnectionHandler &);
+       void UpdateNetStats(const CongestionControl &);
 
        // message box
        void PostMessage(const char *);