]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/client_map.h
Add grow animation for newly created block meshes
[dragonblocks_alpha.git] / src / client / client_map.h
index ce4056b9cdb280850ea5533b6e5a279d78522964..8f75da896a832d5623d3f03bb9475a4457b09837 100644 (file)
@@ -39,5 +39,6 @@ void client_map_set_simulation_distance(u32 simulation_distance);     // update simu
 void client_map_start();                                                                                       // start meshgen and sync threads
 void client_map_stop();                                                                                                // stop meshgen and sync threads
 void client_map_block_received(MapBlock *block);                                       // called when a block was actually recieved from server
+void client_map_schedule_update_block_mesh(MapBlock *block);           // enqueue block to mesh update queue
 
 #endif