#pragma once #include #include namespace floormat { class anim_atlas; struct vobj_cell final { String name, descr; std::shared_ptr atlas; }; } // namespace floormat