From ee719a7c12733e5f4507227ee8f0fd50b9727a31 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 7 Nov 2022 11:25:06 +0100 Subject: more std::string --- src/anim-atlas.cpp | 1 - src/anim-atlas.hpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 6fb4a3c0..116518d5 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -1,7 +1,6 @@ #include "anim-atlas.hpp" #include "compat/assert.hpp" #include "shaders/tile.hpp" -#include #include #include diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index 16e4825d..c54cf373 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -3,7 +3,7 @@ #include "scenery.hpp" #include "serialize/anim.hpp" #include -#include +#include #include #include #include @@ -40,7 +40,7 @@ struct anim_atlas final private: GL::Texture2D _tex; - String _name; + std::string _name; anim_info _info; std::array _group_indices = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, -- cgit v1.2.3