about summary refs log tree commit diff
path: root/src/game/client/ui.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-01-10 23:13:19 +0100
committeroy <Tom_Adams@web.de>2012-01-10 23:13:19 +0100
commitfa81141110ad46fc65860091c065bb932916fef4 (patch)
treef7d454da8e98b7befd559418ef2c44e42e050100 /src/game/client/ui.h
parente8f9145a0dc097e7c1752f586049fd489a96d984 (diff)
downloadzcatch-fa81141110ad46fc65860091c065bb932916fef4.tar.gz
zcatch-fa81141110ad46fc65860091c065bb932916fef4.zip
added demo markers by Choupom. Closes #837
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();