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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader/atlas-loader.hpp b/loader/atlas-loader.hpp
index 3dc1707a..919e4c90 100644
--- a/loader/atlas-loader.hpp
+++ b/loader/atlas-loader.hpp
@@ -28,6 +28,10 @@ public:
const std::shared_ptr<Atlas>& get_atlas(StringView name, loader_policy p);
std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& cell);
+ bool cell_exists(StringView name);
+ const Cell& get_cell(StringView name);
+ void register_cell(Cell&& c);
+
const Cell& get_invalid_atlas();
};