mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Add download rate to media progress bar (non http mode only!)
Minor coding style fixes
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user