1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 01:40:21 +02:00

Add progress bar to item visuals preloading

This commit is contained in:
Zeg9
2013-05-11 16:02:41 +02:00
committed by PilzAdam
parent efc9329033
commit bda62bd3bf
3 changed files with 17 additions and 3 deletions

View File

@ -385,7 +385,7 @@ public:
bool nodedefReceived()
{ return m_nodedef_received; }
void afterContentReceived();
void afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font);
float getRTT(void);