#pragma once #include "src/global-coords.hpp" #include #include namespace floormat { struct clickable final { Math::Range2D src; Math::Range2D dest; BitArrayView bitmask; float depth = 0; std::uint32_t stride; chunk_coords chunk; local_coords pos; bool mirrored; }; } // namespace floormat