#pragma once #include #include "compat/borrowed-ptr.hpp" namespace floormat { class anim_atlas; struct vobj_cell final { String name, descr; bptr atlas; }; } // namespace floormat