1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add download rate to media progress bar (non http mode only!)

Minor coding style fixes
This commit is contained in:
sapier 2014-04-26 01:15:46 +02:00
parent 088b18da3d
commit c03d7dc8a7
8 changed files with 286 additions and 132 deletions

View file

@ -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();