#pragma once #include "src/global-coords.hpp" #include #include #include namespace floormat { struct entity; struct clickable final { Math::Range2D src; Math::Range2D dest; BitArrayView bitmask; std::shared_ptr e; float depth; uint32_t stride; bool mirrored; }; } // namespace floormat