Improve glass
[oweals/minetest.git] / src / map.h
index 6eb208be9034038f15888995d4b23a35be28d084..413a7fc05453d37d9a86a3caec9ab8ada9e91d6f 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "mapblock_nodemod.h"
 #include "constants.h"
 #include "voxel.h"
+#include "utility.h" // Needed for UniqueQueue, a member of Map
 
 extern "C" {
        #include "sqlite3.h"
@@ -590,8 +591,7 @@ public:
                Update the faces of the given block and blocks on the
                leading edge, without threading. Rarely used.
        */
-       void updateMeshes(v3s16 blockpos, u32 daynight_ratio,
-                       ITextureSource *tsrc);
+       void updateMeshes(v3s16 blockpos, u32 daynight_ratio);
        
        // Update meshes that touch the node
        //void updateNodeMeshes(v3s16 nodepos, u32 daynight_ratio);