diff --git a/src/inc/world.hpp b/src/inc/world.hpp index 304c68f..4c5dad9 100644 --- a/src/inc/world.hpp +++ b/src/inc/world.hpp @@ -17,6 +17,10 @@ struct world std::vector growing_plants; + // A list of fires that are burning. + + std::vector burning_fires; + // Get the voxel at the specified coordinates. inline voxel get(unsigned int x, unsigned int y, unsigned int z)