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