summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2014-04-26 01:15:46 +0200
committersapier <Sapier at GMX dot net>2014-04-29 20:45:16 +0200
commitc03d7dc8a7c35708a39f9c14e2df243e212b283b (patch)
treec99b8036e8ef45ab9228625570d860eefe5ac8d2 /src/client.h
parent088b18da3db8677a8af071e6e1534e54f73640b5 (diff)
downloadminetest-c03d7dc8a7c35708a39f9c14e2df243e212b283b.tar.gz
minetest-c03d7dc8a7c35708a39f9c14e2df243e212b283b.tar.bz2
minetest-c03d7dc8a7c35708a39f9c14e2df243e212b283b.zip
Add download rate to media progress bar (non http mode only!)
Minor coding style fixes
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 885dc9d3b..fd07f26b4 100644
--- a/src/client.h
+++ b/src/client.h
@@ -433,6 +433,8 @@ public:
void afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font);
float getRTT(void);
+ float getCurRate(void);
+ float getAvgRate(void);
// IGameDef interface
virtual IItemDefManager* getItemDefManager();