summaryrefslogtreecommitdiffhomepage
path: root/editor/wall-editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-07 23:38:31 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-08 08:43:49 +0100
commita6514d1a95d0f84f0935866215463ef6aed23e19 (patch)
tree639075646b1ea42a3cd4a76ae59af7dda0c4b14a /editor/wall-editor.hpp
parent4575194adb4615deeca174044a872093c3664ad4 (diff)
loader: work toward removing duplicate atlas code
Diffstat (limited to 'editor/wall-editor.hpp')
-rw-r--r--editor/wall-editor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/wall-editor.hpp b/editor/wall-editor.hpp
index 159135a0..b58dd72a 100644
--- a/editor/wall-editor.hpp
+++ b/editor/wall-editor.hpp
@@ -2,7 +2,7 @@
#include "editor-enums.hpp"
#include "src/rotation.hpp"
#include "src/global-coords.hpp"
-#include "loader/wall-info.hpp"
+#include "loader/wall-cell.hpp"
#include <memory>
#include <map>
@@ -13,7 +13,7 @@ class wall_atlas;
class wall_editor
{
- std::map<StringView, const wall_info*> _atlases;
+ std::map<StringView, const wall_cell*> _atlases;
std::shared_ptr<wall_atlas> _selected_atlas;
enum rotation _r = rotation::N;