summaryrefslogtreecommitdiffhomepage
path: root/loader/scenery-cell.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-13 07:02:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-13 07:02:14 +0100
commit9b70fb78e70a509ba5bfa1c1d0a839eddd0902dc (patch)
tree8b662923591c273e8761787d3e74f3b659606c07 /loader/scenery-cell.hpp
parent985ce7d9b033d16f49170af8505af46ddcf29081 (diff)
wip atlas
Diffstat (limited to 'loader/scenery-cell.hpp')
-rw-r--r--loader/scenery-cell.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/loader/scenery-cell.hpp b/loader/scenery-cell.hpp
index 8c954b5a..28f35368 100644
--- a/loader/scenery-cell.hpp
+++ b/loader/scenery-cell.hpp
@@ -1,13 +1,19 @@
#pragma once
+#include "compat/vector-wrapper-fwd.hpp"
#include "src/scenery.hpp"
-#include <Corrade/Containers/String.h>
+#include <memory>
+#include <cr/String.h>
namespace floormat {
+struct scenery_proto;
+
struct scenery_cell final
{
String name;
scenery_proto proto;
+
+ static vector_wrapper<const scenery_cell> load_atlases_from_json();
};
} // namespace floormat