]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapblock_mesh.h
Merge remote-tracking branch 'oblomov/new_input'
[dragonfireclient.git] / src / mapblock_mesh.h
index 591172bc90e0ea8eac8ed46a78957a9a8629d939..d43c19a253f53cc020d122714ca093ab77293829 100644 (file)
@@ -121,6 +121,9 @@ class MeshCollector
        core::array<PreMeshBuffer> m_prebuffers;
 };
 
+// Helper functions
+video::SColor MapBlock_LightColor(u8 alpha, u8 light);
+
 class MapBlock;
 
 struct MeshMakeData
@@ -137,6 +140,7 @@ struct MeshMakeData
        void fill(u32 daynight_ratio, MapBlock *block);
 };
 
+// This is the highest-level function in here
 scene::SMesh* makeMapBlockMesh(MeshMakeData *data);
 
 #endif