about summary refs log tree commit diff
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/ui.h b/src/game/client/ui.h
index 7cd78d6f..daba5d51 100644
--- a/src/game/client/ui.h
+++ b/src/game/client/ui.h
@@ -82,6 +82,7 @@ public:
 	void ConvertMouseMove(float *x, float *y);
 
 	CUIRect *Screen();
+	float PixelSize();
 	void ClipEnable(const CUIRect *pRect);
 	void ClipDisable();