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