summaryrefslogtreecommitdiffhomepage
path: root/loader/wall-info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wall-info.hpp')
-rw-r--r--loader/wall-info.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/loader/wall-info.hpp b/loader/wall-info.hpp
new file mode 100644
index 00000000..570f436d
--- /dev/null
+++ b/loader/wall-info.hpp
@@ -0,0 +1,15 @@
+#pragma once
+#include <memory>
+#include <Corrade/Containers/String.h>
+
+namespace floormat {
+
+class wall_atlas;
+
+struct wall_info
+{
+ String name, descr;
+ std::shared_ptr<wall_atlas> atlas;
+};
+
+} // namespace floormat