summaryrefslogtreecommitdiffhomepage
path: root/loader/loader.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-19 02:12:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-19 02:15:16 +0100
commit94c531bd05ab6b49996113faff9584cb6b534b9c (patch)
tree273aae5c8ee1f8c2801a2c5ca05ca52422e49a35 /loader/loader.hpp
parent703c19301f2e93fb59b468bdd635a9cc763fad3f (diff)
loader: chdir to share/floormat
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 e81abadf..f2617f04 100644
--- a/loader/loader.hpp
+++ b/loader/loader.hpp
@@ -41,6 +41,7 @@ struct loader_
static const StringView IMAGE_PATH;
static const StringView ANIM_PATH;
static const StringView SCENERY_PATH;
+ static const StringView TEMP_PATH;
protected:
loader_();