summaryrefslogtreecommitdiffhomepage
path: root/loader/json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/json.cpp')
-rw-r--r--loader/json.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/loader/json.cpp b/loader/json.cpp
index 7b12b784..756f8151 100644
--- a/loader/json.cpp
+++ b/loader/json.cpp
@@ -9,13 +9,17 @@
#include <Corrade/Containers/ArrayViewStl.h>
#include <Corrade/Utility/Path.h>
-namespace floormat::loader_detail {
+namespace floormat {
-anim_def loader_impl::deserialize_anim(StringView filename)
+anim_def loader_::deserialize_anim_def(StringView filename) noexcept(false)
{
return json_helper::from_json<anim_def>(filename);
}
+} // namespace floormat
+
+namespace floormat::loader_detail {
+
void loader_impl::get_scenery_list()
{
sceneries_array.clear();