summaryrefslogtreecommitdiffhomepage
path: root/loader/loader.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-03 15:24:33 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-03 15:24:33 +0100
commit235078bae4ada8b7aed3c1cdf95d8288aaf81df4 (patch)
treeda2979408771be5e496d0ffaf5af3634cd61e4a3 /loader/loader.hpp
parent4e5cdeaa32fd73f160ee0d599ce958169082eeac (diff)
flush scenery popup work
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r--loader/loader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp
index 843d0a72..577f45c5 100644
--- a/loader/loader.hpp
+++ b/loader/loader.hpp
@@ -31,6 +31,7 @@ struct loader_
virtual const std::vector<serialized_scenery>& sceneries() = 0;
virtual const scenery_proto& scenery(StringView name) noexcept(false) = 0;
virtual StringView startup_directory() noexcept = 0;
+ static StringView strip_prefix(StringView name);
loader_(const loader_&) = delete;
loader_& operator=(const loader_&) = delete;