diff options
Diffstat (limited to 'loader/loader.hpp')
-rw-r--r-- | loader/loader.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.hpp b/loader/loader.hpp index 499a1f30..b62988ca 100644 --- a/loader/loader.hpp +++ b/loader/loader.hpp @@ -48,6 +48,7 @@ struct loader_ virtual ~loader_() noexcept; + static const StringView INVALID; static const StringView IMAGE_PATH_; static const StringView ANIM_PATH; static const StringView SCENERY_PATH; |