summaryrefslogtreecommitdiffhomepage
path: root/loader/impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/impl.hpp')
-rw-r--r--loader/impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/impl.hpp b/loader/impl.hpp
index 343d3ee1..04b9733f 100644
--- a/loader/impl.hpp
+++ b/loader/impl.hpp
@@ -37,6 +37,7 @@ struct loader_impl final : loader_
static anim_def deserialize_anim(StringView filename);
static void system_init();
static bool chdir(StringView pathname);
+ [[nodiscard]] static bool check_atlas_name(StringView name);
void ensure_plugins();
explicit loader_impl();