diff options
Diffstat (limited to 'loader/loader.cpp')
| -rw-r--r-- | loader/loader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.cpp b/loader/loader.cpp index a2fcd161..a07f96be 100644 --- a/loader/loader.cpp +++ b/loader/loader.cpp @@ -24,5 +24,6 @@ loader_::~loader_() = default; const StringView loader_::IMAGE_PATH = "share/floormat/images/"_s; const StringView loader_::ANIM_PATH = "share/floormat/anim/"_s; +const StringView loader_::SCENERY_PATH = "share/floormat/scenery/"_s; } // namespace floormat |
