summaryrefslogtreecommitdiffhomepage
path: root/loader/atlas-loader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/atlas-loader.hpp')
-rw-r--r--loader/atlas-loader.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/atlas-loader.hpp b/loader/atlas-loader.hpp
index 9fa82e49..3dc1707a 100644
--- a/loader/atlas-loader.hpp
+++ b/loader/atlas-loader.hpp
@@ -26,6 +26,8 @@ public:
ArrayView<const Cell> ensure_atlas_list();
const std::shared_ptr<Atlas>& get_atlas(StringView name, loader_policy p);
+ std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& cell);
+
const Cell& get_invalid_atlas();
};