]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock_mesh.h
Create framework for getting rid of global definitions of node/tool/item/whatever...
[dragonfireclient.git] / src / mapblock_mesh.h
index d43c19a253f53cc020d122714ca093ab77293829..ea6a73122c765414b4814fa9c2fd0f84de5b67c4 100644 (file)
@@ -141,7 +141,7 @@ struct MeshMakeData
 };
 
 // This is the highest-level function in here
-scene::SMesh* makeMapBlockMesh(MeshMakeData *data);
+scene::SMesh* makeMapBlockMesh(MeshMakeData *data, ITextureSource *tsrc);
 
 #endif