#pragma once #include #include namespace floormat { class anim_atlas; struct anim_cell { std::shared_ptr atlas; String name; }; } // namespace floormat