summaryrefslogtreecommitdiff
path: root/src/game/client/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/ui.h')
-rw-r--r--src/game/client/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/client/ui.h b/src/game/client/ui.h
index 923f9d981..45600a75b 100644
--- a/src/game/client/ui.h
+++ b/src/game/client/ui.h
@@ -246,6 +246,9 @@ public:
float DrawClientID(float FontSize, vec2 Position, int ID,
const vec4& BgColor = vec4(1.0f, 1.0f, 1.0f, 0.5f), const vec4& TextColor = vec4(0.1f, 0.1f, 0.1f, 1.0f));
float GetClientIDRectWidth(float FontSize);
+
+ float GetListHeaderHeight() const;
+ float GetListHeaderHeightFactor() const;
};