Cleanup in content_mapblock (#5746)
[oweals/minetest.git] / src / drawscene.h
index 364fcd499e153f17eeedfd9f75c5fd9123af6477..99ff1a6bcad528697816486e34ffc689ba15f6b4 100644 (file)
@@ -27,12 +27,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 
 void draw_load_screen(const std::wstring &text, IrrlichtDevice *device,
-               gui::IGUIEnvironment *guienv, float dtime = 0, int percent = 0,
-               bool clouds = true);
+               gui::IGUIEnvironment *guienv, ITextureSource *tsrc, float dtime = 0,
+               int percent = 0, bool clouds = true);
 
 void draw_scene(video::IVideoDriver *driver, scene::ISceneManager *smgr,
                Camera &camera, Client &client, LocalPlayer *player,
-               Hud &hud, Mapper &mapper, gui::IGUIEnvironment *guienv,
+               Hud &hud, Minimap *mapper, gui::IGUIEnvironment *guienv,
                const v2u32 &screensize, const video::SColor &skycolor,
                bool show_hud, bool show_minimap);