#pragma once #include "chunk.hpp" #include "search-constants.hpp" #include namespace floormat { struct chunk::pass_region { std::bitset bits; float time = 0; }; } // namespace floormat